Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/reference/api/v5-breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ v5 removes the `POST` and `DELETE` variants of `/v1/policy/{policyUuid}/tag/{tag
- **Enum values removed**: `Project.classifier.NONE`, `Project.collectionLogic.NONE`. `null` or an absent field means
what `NONE` meant in v4.

**`GET /v1/project`**

- **Removed response field**: `Project.children` inline array. Fetch project children via
`GET /v1/project/{uuid}/children` instead.

**`POST /v1/project/batchDelete`**

- **Removed response**: v4 documented a `400` with `ProjectOperationProblemDetails`. v5 documents only `204` and `401`.
Expand Down