Skip to content

Commit 66d4ba1

Browse files
authored
docs: generate OAS for 2.11.3 (#13973)
1 parent a857786 commit 66d4ba1

File tree

41 files changed

+15848
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+15848
-297
lines changed

www/apps/api-reference/specs/admin/openapi.full.yaml

Lines changed: 5163 additions & 277 deletions
Large diffs are not rendered by default.

www/apps/api-reference/specs/admin/paths/admin_claims_{id}_claim-items.yaml

Lines changed: 445 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/api-reference/specs/admin/paths/admin_claims_{id}_claim-items_{action_id}.yaml

Lines changed: 445 additions & 0 deletions
Large diffs are not rendered by default.

www/apps/api-reference/specs/admin/paths/admin_claims_{id}_inbound_items_{action_id}.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,24 @@ delete:
9494
required: true
9595
schema:
9696
type: string
97+
- name: fields
98+
in: query
99+
description: >-
100+
Comma-separated fields that should be included in the returned data. If
101+
a field is prefixed with `+` it will be added to the default fields,
102+
using `-` will remove it from the default fields. Without prefix it will
103+
replace the entire default fields.
104+
required: false
105+
schema:
106+
type: string
107+
title: fields
108+
description: >-
109+
Comma-separated fields that should be included in the returned data.
110+
If a field is prefixed with `+` it will be added to the default
111+
fields, using `-` will remove it from the default fields. Without
112+
prefix it will replace the entire default fields.
113+
externalDocs:
114+
url: '#select-fields-and-relations'
97115
security:
98116
- api_token: []
99117
- cookie_auth: []

0 commit comments

Comments
 (0)