Appearance
/auth/{authId}/fix-hold
HTTP Request
POST https://api.q2open.io/v1/auth/{authId}/fix-hold
Arguments
Parameter | Description |
---|---|
authId | ID of auth to fix. |
Returns
Returns an object with a success
property if the hold was fixed. If the authId
does not exist, this call returns an error.
Example Request
shell
curl "https://api.q2open.io/v1/auth/566595c8ce88ccec69328566/fix-hold" \
-H "Authorization: Bearer dc220490-e6ee-11e5-8a94-e7385a8d929e" \
-X POST
Example Response
json
{
"success": true
}