You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is this a typo, should it be
updateAgentServiceElement
(singular) instead:usp/api/swagger-usp-controller-v1.yaml
Line 268 in 417b147
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:
The text was updated successfully, but these errors were encountered: