Skip to content

Commit

Permalink
Added operation IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew <[email protected]>
  • Loading branch information
Computroniks committed Apr 29, 2024
1 parent c3494d6 commit 90fdc79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions paths/messaging/contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
post:
description: Send a message to Sidings Media
summary: Send contact form message
operationId: sendContactMessage
tags:
- messaging
requestBody:
Expand Down
1 change: 1 addition & 0 deletions paths/messaging/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
get:
description: Messaging service health check
summary: Health check
operationId: messagingHealth
tags:
- messaging
responses:
Expand Down
1 change: 1 addition & 0 deletions paths/openapi/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
get:
description: Static service health check
summary: Health check
operationId: openapiHealth
tags:
- static
responses:
Expand Down
5 changes: 3 additions & 2 deletions paths/static/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
# SPDX-License-Identifier: MIT

get:
description: OpenAPI service health check
description: Static service health check
summary: Health check
operationId: staticHealth
tags:
- openapi
- static
responses:
'200':
$ref: ../../components/responses/HealthCheckOK.yaml
Expand Down

0 comments on commit 90fdc79

Please sign in to comment.