Retrieves the URL of the profile avatar
GET/profiles/:id/avatar
Retrieves the URL of the profile avatar
Request
Path Parameters
id uuidrequired
ID of the object to retrieve, update, or delete
Responses
- 200
- 400
- 500
Expected response to a valid request
- application/json
- Schema
- Example (from schema)
Schema
url url
{
"url": "string"
}
Bad Request - unable to complete.
- application/json
- Schema
- Example (from schema)
Schema
- InvalidJson
- ValidationErrors
oneOf
error
error
errors
{}
Internal Server Error - returned on unhandled exceptions.
- application/json
- Schema
- Example (from schema)
Schema
error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...