heroes

Update hero status

post/v1/heroes/{hero_uuid}/status

Request body

hero_uuidstring
app_uuidstring
reasonstring
status'ACTIVE' | 'BANNED'

Example request

{
  "status": "ACTIVE"
}

Response

Hero status updated

Changes

No recorded changes to this endpoint across all 6 revisions of this API.