Update an existing OAuth Resource Server either based on the name of the resource server or the ID of the resource server.

put

/oam/services/rest/ssa/api/v1/oauthpolicyadmin/application

Either "name" or "id" query parameters need to be passed to modify the existing resource server

Request

Supported Media Types
Query Parameters
Body ()
Resource Server that needs to be modified
Root Schema : ResourceServer
Type: object
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : tokenAttributes
Type: array
Show Source
Nested Schema : ScopeSettings
Type: object
Show Source
Nested Schema : AttributeSettings
Type: object
Custom attributes that can be added to the Access Token
Show Source
Back to Top

Response

Supported Media Types

200 Response

Sucessfully modified entity - OAuthResourceServer, detail
Body ()
Root Schema : ResourceServer
Type: object
Show Source
Nested Schema : scopes
Type: array
Show Source
Nested Schema : tokenAttributes
Type: array
Show Source
Nested Schema : ScopeSettings
Type: object
Show Source
Nested Schema : AttributeSettings
Type: object
Custom attributes that can be added to the Access Token
Show Source

422 Response

Failed to update OAuth entity "ResourceServer" - name "NameofResourceServer"
Back to Top