Update activation status of badge

put/api_gateway/v1/badges/badgeMeta/{badgeId}/{activationStatus}

Path parameters

activationStatus'activate' | 'deactivate' required

Status of the badge.

Response

200

OR

Example response

{
  "data": {
    "id": "6543688e66a87827bb61e62a",
    "isActive": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.