Create a scorecard group and related scorecards
POST/v1/scorecard-groups
This route creates a scorecard group and the related scorecards under it. Provide either a per-blueprint scorecards map or shared blueprints + rules. Related scorecards are created as {blueprint}_{groupIdentifier} and linked via relations.group.
Pass a properties object when creating 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