Update Project Avatar

Update project avatar image

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
project_idstringRequiredformat: "uuid"

Request

This endpoint expects a multipart form.
filestringRequired

Response

Avatar updated successfully
namestring
idstringformat: "uuid"
org_idstringformat: "uuid"
avatar_urlstring or null
tasks_oauth_client_idstring or nullformat: "uuid"
public_routing_keystring or null
agent_access_keystring or null
deletedstring or nullformat: "date-time"

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error