Create screening package
POST/openapi/v1/screening-packages
Create a new package. The code 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 code 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