Upload a group image
POST/groups/:group_name/image
This endpoint will return a presigned url to upload a group image. It will also set the group image for the group
Request
Path Parameters
group_name stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
presignedUrl string
imageUrl string
{
"presignedUrl": "string",
"imageUrl": "string"
}
Loading...