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 required
Possible 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 string
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong Identifier uid"
}
{
  "error": "Identifier is permanent so there are no passes restrictions"
}
Log In
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- error string
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...