Update API Service Operation

PUT {{apiPath}}/environments/{{envID}}/apiServers/{{apiServerID}}/operations/{{apiServerOperationID}}

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update API Service Operation.

Request Body

{"name"=>"Accounts", "paths"=>[{"type"=>"EXACT", "pattern"=>"/accounts"}], "methods"=>["POST", "PUT"], "accessControl"=>{"group"=>{"groups"=>[{"id"=>"{endUserGroupId}"}]}, "scope"=>{"matchType"=>"ANY", "scopes"=>[{"id"=>"{scopeId}"}, {"id"=>"{secondScopeId}"}]}}}