Reset Identifier left passes to max
Reset left passes to max, if there is a restriction on the number of passes specified in the identifier settings
Path Parameters
- identifierUid integer requiredPossible values: >= 1Unique Id for physical/input code identifier 
Responses
- 200
- 400
- 401
OK
- Wrong Identifier uid
- Identifier is permanent so there are no passes restrictions
- application/json
- Schema
- Example (from schema)
- Wrong Identifier uid
- Permanent identifier
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong Identifier uid"
}
{
  "error": "Identifier is permanent so there are no passes restrictions"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...