v1
latestOpenAPI 3.0.22026-07-24800528.1 KBApplications
Bulk Decision Applications
Update the decision of the given Applications provided
patch/v2/applications/decision
Request body
Example request
{
"approved": true,
"decline_reason": "Ineligible based on Partner Country",
"group_id_override": 1234,
"manager_email": "manager@domain.com"
}Response
Update the decision of the given Applications provided
Example response
{
"data": {
"items": [
{
"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"
}
]
}
}