Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 14, 2023
1 parent 38ce2f7 commit fa0b4c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10023,12 +10023,14 @@ paths:
parameters:
- in: query
name: parent_id
required: true
schema:
type: string
format: uuid
description: 'it filters the list by returning only the variables accessible by the selected parent_id. This field shall contain the id of a project, environment or service depending on the selected scope. Example, if scope = APPLICATION and parent_id=<application_id>, the result will contain any variable accessible by the application. The result will contain also any variable declared at an higher scope.'
- in: query
name: scope
required: true
schema:
$ref: '#/components/schemas/APIVariableScopeEnum'
description: 'the type of the parent_id (application, project, environment etc..).'
Expand Down

0 comments on commit fa0b4c1

Please sign in to comment.