cURL
curl --request POST \ --url https://api.shiftkeeper.io/coverage_requests/events/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "type": "accept" }'
This response does not have an example.
Take an action on a coverage request. The coverage request must be in pending state.
pending
Enter your API key which starts with 'keeper_'
The ID of the coverage request.
Coverage request event created successfully