POST activities Ider Post
POST
/activities/{id}/posterAuthorizationBearer <token>
Paste your JWT token here
In: header
Path Parameters
idinteger
The unique identifier of the activity for which to upload a poster.
Format
int32poster?string
Response Body
application/json
application/json
application/json
curl -X POST "https://loading/activities/0/poster"Empty
{
"message": "string"
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}