Campaign
Creates a new role in a campaign.
post/campaign/{id}/role
Path parameters
idinteger required
Campaign ID
Request body
Example request
{
"name": "Chief Mouser",
"description": "Larry the cat is dead, now we need someone else to handle the rat issues at 10th Downing st.",
"min_available": 1,
"max_available": 3
}Response
OK
Example response
{
"message": "Successfully created organisation."
}