Sazabi
APIOnboarding

Skip the test issue

POST
/onboarding/skip-sample-issue

Skip the optional test issue during onboarding.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/onboarding/skip-sample-issue" \  -H "Content-Type: application/json" \  -d '{}'
{  "skipped": true}