Skip to content

Commit

Permalink
[#4267] Regenerate OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jun 19, 2024
1 parent 37c2372 commit 4e2374e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3802,6 +3802,12 @@ paths:
registration backend and ZGW APIs services.
summary: List available InformatieObjectTypen
parameters:
- in: query
name: objects_api_group
schema:
type: integer
description: The primary key of the Objects API group to use. The informatieobjecttypen
from the Catalogi API in this group will be returned.
- in: query
name: registration_backend
schema:
Expand All @@ -3824,6 +3830,7 @@ paths:
* `objects_api` - Objects API registration
* `microsoft-graph` - Microsoft Graph (OneDrive/SharePoint)
* `camunda` - Camunda
required: true
- in: query
name: zgw_api_group
schema:
Expand Down Expand Up @@ -3919,6 +3926,12 @@ paths:
List the available Objecttypes.
Note that the response data is essentially proxied from the configured Objecttypes API.
parameters:
- in: query
name: objects_api_group
schema:
type: string
description: Which Objects API group to use.
tags:
- registration
security:
Expand Down Expand Up @@ -3949,6 +3962,11 @@ paths:
Note that the response data is essentially proxied from the configured Objecttypes API.
parameters:
- in: query
name: objects_api_group
schema:
type: string
description: Which Objects API group to use.
- in: path
name: submission_uuid
schema:
Expand Down Expand Up @@ -9919,6 +9937,9 @@ components:
TargetPathsInput:
type: object
properties:
objectsApiGroup:
type: integer
description: Which Objects API group to use.
objecttypeUrl:
type: string
format: uri
Expand All @@ -9931,6 +9952,7 @@ components:
additionalProperties: {}
description: The JSON Schema of the form variable.
required:
- objectsApiGroup
- objecttypeUrl
- objecttypeVersion
- variableJsonSchema
Expand Down

0 comments on commit 4e2374e

Please sign in to comment.