Skip to content

Commit

Permalink
Merge pull request #2 from SidingsMedia/feature/computroniks/operatio…
Browse files Browse the repository at this point in the history
…nIDs

Added operation IDs
  • Loading branch information
Computroniks authored Apr 29, 2024
2 parents c3494d6 + 90fdc79 commit be244ca
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 be244ca

Please sign in to comment.