Skip to content

Commit

Permalink
feat(sdk): automated oas update
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-apiops committed Dec 18, 2024
1 parent 461e72e commit aa4b864
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -965,13 +965,14 @@ components:
type: string
format: uuid
DocumentId:
name: documentId
in: path
required: true
description: Contains a unique identifier used by the Portal API for this resource.
schema:
type: string
format: uuid
example: d32d905a-ed33-46a3-a093-d8f536af9a8a
name: documentId
in: path
required: true
description: ID of the document.
FilterByAuthStrategyEquality:
name: 'filter[auth_strategy_id][eq]'
description: Filter by the id of the auth strategy supported by the application.
Expand Down Expand Up @@ -4351,7 +4352,7 @@ tags:
- name: versions
description: The API for Konnect Portal Product Versions.
- name: documentation
description: The API for Konnect Portal Product Documentation.
description: The API for Konnect Portal API Documentation.
- name: registrations
description: |
The API for Konnect Portal application registrations. If the portal is public
Expand Down

0 comments on commit aa4b864

Please sign in to comment.