Updates the ORDS OAuth client avatar image.
post
/ords/_/db-api/stable/ords/rest/clients/{id}/logo/
Request
Supported Media Types
- application/json
Path Parameters
-
id: integer
ID for specific OAuth client.
Root Schema : schema
Type:
Show Source
object
-
body:
string
files uploaded directly with the request content and files uploaded with multipart requests.
-
content_type:
string
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.
-
current_user:
string
The user requesting this change.
Response
Supported Media Types
- application/json
201 Response
Details of the ORDS OAuth avatar that has been successfully updated.