Skip to content

Commit 9b85eae

Browse files
authored
Document removal of children response field in GET /v1/project (#130)
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 38b8270 commit 9b85eae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/reference/api/v5-breaking-changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ v5 removes the `POST` and `DELETE` variants of `/v1/policy/{policyUuid}/tag/{tag
228228
- **Enum values removed**: `Project.classifier.NONE`, `Project.collectionLogic.NONE`. `null` or an absent field means
229229
what `NONE` meant in v4.
230230

231+
**`GET /v1/project`**
232+
233+
- **Removed response field**: `Project.children` inline array. Fetch project children via
234+
`GET /v1/project/{uuid}/children` instead.
235+
231236
**`POST /v1/project/batchDelete`**
232237

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

0 commit comments

Comments
 (0)