Updates the ORDS OAuth client avatar image.

post

/ords/rest/clients/{id}/icons/

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : schema
Type: object
Show Source
  • files uploaded directly with the request content and files uploaded with multipart requests.
  • Under content, specify the request media type (such as image/png or application/octet-stream). Files use a type: string schema with format: binary or format: base64, depending on how the file contents will be encoded.
  • The user requesting this change.
Back to Top

Response

Supported Media Types

201 Response

Details of the ORDS OAuth avatar that has been successfully updated.
Body ()
Root Schema : ResourceItem
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : LinkRelation
Type: object
Show Source
Back to Top