deckhand/releasenotes/notes/list-validations-details-endpoint-c3f18963b1372e40.yaml

9 lines
344 B
YAML
Raw Normal View History

---
features:
- |
Adds a new endpoint to the Deckhand Validations API,
GET /api/v1.0/{revision_id}/validations/detail, which allows for the
possibility of listing all validations for a revision with details.
The response body includes all details returned by retrieving
validation details for a specific validation entry.