Skip to content

Commit

Permalink
[OAS] Add operationId values for APM APIs (#186840)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Jun 24, 2024
1 parent 3c78092 commit bb6be5c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ paths:
post:
summary: Create an APM agent key
description: Create a new agent key for APM.
operationId: createAgentKey
tags:
- APM agent keys
requestBody:
Expand Down Expand Up @@ -56,6 +57,7 @@ paths:
get:
summary: Search for annotations
description: Search for annotations related to a specific service.
operationId: getAnnotation
tags:
- APM annotations
parameters:
Expand Down Expand Up @@ -110,6 +112,7 @@ paths:
post:
summary: Create a service annotation
description: Create a new annotation for a specific service.
operationId: createAnnotation
tags:
- APM annotations
parameters:
Expand Down

0 comments on commit bb6be5c

Please sign in to comment.