Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update openapi spec with new params
Browse files Browse the repository at this point in the history
Adam Jetmar committed Sep 26, 2024
1 parent f49302a commit 8d29eeb
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
@@ -163,9 +163,27 @@ components:
type: object
# It is necessary to have the initial indetation!
queryParams:
Bundle:
name: bundle
description: If set, content is associated with a specific CRC bundle
ProductFamilies:
name: product-families
description: If set, content is associated with a specific CRC product families
in: query
required: false
schema:
type: string
explode: true
style: form
Content:
name: content
description: If set, content is associated with a specific CRC content
in: query
required: false
schema:
type: string
explode: true
style: form
UseCase:
name: use-case
description: If set, content is associated with a specific CRC use case
in: query
required: false
schema:
@@ -252,7 +270,9 @@ paths:
items:
$ref: '#/components/schemas/v1.Quickstart'
parameters:
- $ref: '#/components/schemas/queryParams/Bundle'
- $ref: '#/components/schemas/queryParams/ProductFamilies'
- $ref: '#/components/schemas/queryParams/Content'
- $ref: '#/components/schemas/queryParams/UseCase'
- $ref: '#/components/schemas/queryParams/Application'
- $ref: '#/components/schemas/queryParams/Limit'
- $ref: '#/components/schemas/queryParams/Offset'
@@ -296,7 +316,6 @@ paths:
items:
$ref: '#/components/schemas/v1.HelpTopic'
parameters:
- $ref: '#/components/schemas/queryParams/Bundle'
- $ref: '#/components/schemas/queryParams/Application'
- $ref: '#/components/schemas/queryParams/Name'
/helptopics/{name}:

0 comments on commit 8d29eeb

Please sign in to comment.