diff --git a/src/openapi.yaml b/src/openapi.yaml index e3a04eeee6..00858e2067 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -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: