v1
latestOpenAPI 3.0.22026-07-24800528.1 KBApplications
Decision an Application
Update the decision of the given Application
patch/v2/applications/{application_key}/decision
Path parameters
application_keystring required
The key of the application we're applying a decision to
Request body
Example request
{
"approved": true,
"decline_reason": "Ineligible based on Partner Country",
"group_id_override": 1234,
"group_key_override": "grup_Ar4kucsdFxKgQs",
"manager_email": "manager@domain.com"
}Response
Update the decision of the given Application
Example response
{
"data": {
"created_at": 1574181282399,
"key": "co_a80cb515fe",
"updated_at": 1574181282399,
"actioned_by": "Professor Xavier",
"content": {
"email": "dog@frog.com",
"first_name": "Walter",
"last_name": "White"
},
"decline_reason": "Not a valid application",
"group_name": "Cooler dudes",
"partnership_source": "ps",
"team_color": "blue",
"team_key": "stck_12334",
"team_logo": "profile.png",
"team_name": "Cool dudes"
}
}