Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/v1/console/access/pause-all \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "expires_at": "2023-11-07T05:31:56Z", "reason": "", "scope": "all" } '
{ "data": { "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "expires_at": "2023-11-07T05:31:56Z", "id": "<string>", "is_expired": true, "reason": "<string>", "value": "<string>" }, "message": "<string>", "success": true }
Enter your JWT access token
all
content_only
Successful Response
Show child attributes