Change a scorecard group and related scorecards
PUT/v1/scorecard-groups/:scorecard_group_identifier
This route changes a scorecard group and the related scorecards under it. Provide either a per-blueprint scorecards map or shared blueprints + rules. Related scorecards not included in the request body are deleted. To remove a group entirely, use DELETE.
Pass a properties object when updating a scorecard group. Port applies those values to every related scorecard. Property keys must match custom properties you added to the _scorecard blueprint. To learn more, see extend the default scorecards.
This is a closed beta feature. To learn more about scorecards, check out the documentation.
Request
Responses
- 401
- 404
- 413
- 422
Default Response
A resource with the provided identifier was not found
Request body is too large (limit is 1MiB)
The json provided does not match the route's schema