Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible typo in OpenAPI specification #24

Open
tymarats opened this issue Feb 16, 2023 · 0 comments
Open

Possible typo in OpenAPI specification #24

tymarats opened this issue Feb 16, 2023 · 0 comments

Comments

@tymarats
Copy link

tymarats commented Feb 16, 2023

Is this a typo, should it be updateAgentServiceElement (singular) instead:

operationId: updateAgentServiceElements

Semantics of the summary and the description for this operation strongly suggest that it is, as they're in line with those for GET and DELETE:

get:
      summary: Get Service Element instance by Name from USP Agent
      description: Retrieve an instance of the specified Service Element from a specific USP Agent
      operationId: getAgentServiceElement 

delete:
      summary: Delete Service Element instance by Name from USP Agent
      description: Update the USP Agent's configuration by removing an existing instance of the specified Service Element
      operationId: deleteAgentServiceElement

patch:
       summary: Update Service Element instance by Name on a USP Agent
       description: Update the USP Agent's configuration with the given instance of the specified Service Element
       operationId: updateAgentServiceElements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant