Updates the ORDS OAuth client avatar image.

post

/ords/rest/clients/{id}/logo/

Updates the ORDS OAuth client avatar image.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
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.
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