Create or update Scorecard
POST/api/v1/scorecards/descriptor
Create or update a Scorecard using the descriptor YAML. The operation is determined by the existence of a Scorecard with the same tag
as passed in the descriptor.
Request
Responses
- 200
- 400
- 429
Created Scorecard
Bad Request
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Retry-After
The number of seconds until the rate limiting resets.