Create compliance check
POST/openapi/v1/compliance-checks
Create a new compliance check. The id field in the body is the entity ID — it must match ^[a-z0-9][a-z0-9_-]{0,63}$ and be unique. Returns 409 if the id is taken.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error