Badge
Update Badge Criteria
Update a specific badge criteria
put/v1/badge/criteria/{criteria_id}
Path parameters
criteria_idinteger required
Headers
X-Access-Tokenstring nullable
Request body
Example request
{
"external_id": "ABCD-EFG-HIJK-LMNOPQRS",
"description": "Earners must have completed a three stage interview process before they can earn this badge.",
"external_url": "https://apply.org"
}Response
Successful Response
Example response
{
"external_id": "ABCD-EFG-HIJK-LMNOPQRS",
"description": "Earners must have completed a three stage interview process before they can earn this badge.",
"external_url": "https://apply.org"
}