Skip to content

Commit

Permalink
[#3688] Update OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Mar 13, 2024
1 parent 8db0efa commit 5481e98
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5619,11 +5619,54 @@ paths:
$ref: '#/components/headers/X-Is-Form-Designer'
Content-Language:
$ref: '#/components/headers/Content-Language'
/api/v2/variables/registration:
get:
operationId: variables_registration_list
description: List the registration static variables that will be associated
with every form
summary: Get registration static variables
tags:
- variables
security:
- cookieAuth: []
responses:
'200':
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/FormVariable'
description: ''
headers:
X-Session-Expires-In:
$ref: '#/components/headers/X-Session-Expires-In'
X-CSRFToken:
$ref: '#/components/headers/X-CSRFToken'
X-Is-Form-Designer:
$ref: '#/components/headers/X-Is-Form-Designer'
Content-Language:
$ref: '#/components/headers/Content-Language'
'403':
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
description: ''
headers:
X-Session-Expires-In:
$ref: '#/components/headers/X-Session-Expires-In'
X-CSRFToken:
$ref: '#/components/headers/X-CSRFToken'
X-Is-Form-Designer:
$ref: '#/components/headers/X-Is-Form-Designer'
Content-Language:
$ref: '#/components/headers/Content-Language'
/api/v2/variables/static:
get:
operationId: variables_static_list
description: List the static data that will be associated with every form
summary: Get static data
description: List the static variables that will be associated with every form
summary: Get static variables
tags:
- variables
security:
Expand Down

0 comments on commit 5481e98

Please sign in to comment.