Skip to content

Commit

Permalink
MODTLR-5 fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Jan 17, 2024
1 parent 8960a7e commit 0e7eb59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/swagger.api/ecs-tlr.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
openapi: 3.0.0
info:
title: ECS TLR API
title: ECS-TLR API
version: v1
paths:
/tlr/ecs-tlr:
post:
description: Create ECS TLR
description: Create ECS-TLR
operationId: postEcsTlr
requestBody:
content:
Expand All @@ -22,7 +22,7 @@ paths:
$ref: '#/components/responses/internalServerErrorResponse'
/tlr/ecs-tlr/{requestId}:
get:
description: Retrieve ECS TLR by id
description: Retrieve ECS-TLR by ID
operationId: getEcsTlrById
parameters:
- $ref: '#/components/parameters/requestId'
Expand Down Expand Up @@ -56,7 +56,7 @@ components:
format: uuid
responses:
ecs-tlr:
description: ECS TLR object
description: ECS-TLR object
content:
application/json:
schema:
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/swagger.api/schemas/EcsTlr.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
EcsTlr:
description: ECS TLR
description: ECS-TLR
type: "object"
properties:
id:
description: "ID of the ecs-tlr"
description: "ID of the ECS-TLR"
$ref: "uuid.yaml"
instanceId:
description: "ID of the instance being requested"
Expand Down

0 comments on commit 0e7eb59

Please sign in to comment.