post:
description: Create a bundle.
operationId: bundles_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a bundle (partial).
operationId: bundles_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
put:
description: Update a bundle.
operationId: bundles_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a patch (partial).
operationId: patches_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
put:
description: Update a patch.
operationId: patches_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
post:
description: Create a check.
operationId: checks_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Check'
responses:
get:
description: List people.
operationId: people_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a person.
operationId: people_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a project (partial).
operationId: projects_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
put:
description: Update a project.
operationId: projects_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
get:
description: List users.
operationId: users_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a user.
operationId: users_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a user (partial).
operationId: users_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
put:
description: Update a user.
operationId: users_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
readOnly: true
tags:
title: Tags
- type: array
- items:
+ type: object
+ additionalProperties:
type: string
readOnly: true
related:
- properties:
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
content:
title: Content
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
delegate:
title: Delegate
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
commit_ref:
title: Commit ref
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
archived:
title: Archived
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorProjectUpdate:
type: object
post:
description: Create a bundle.
operationId: bundles_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a bundle (partial).
operationId: bundles_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
put:
description: Update a bundle.
operationId: bundles_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a patch (partial).
operationId: patches_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
put:
description: Update a patch.
operationId: patches_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
post:
description: Create a check.
operationId: checks_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Check'
responses:
get:
description: List people.
operationId: people_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a person.
operationId: people_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a project (partial).
operationId: projects_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
put:
description: Update a project.
operationId: projects_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
get:
description: List users.
operationId: users_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a user.
operationId: users_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a user (partial).
operationId: users_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
put:
description: Update a user.
operationId: users_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
readOnly: true
tags:
title: Tags
- type: array
- items:
+ type: object
+ additionalProperties:
type: string
readOnly: true
{% if version >= (1, 2) %}
- properties:
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
content:
title: Content
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
delegate:
title: Delegate
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
commit_ref:
title: Commit ref
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
archived:
title: Archived
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorProjectUpdate:
type: object
patch:
description: Update a patch (partial).
operationId: patches_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
put:
description: Update a patch.
operationId: patches_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
post:
description: Create a check.
operationId: checks_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Check'
responses:
get:
description: List people.
operationId: people_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a person.
operationId: people_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a project (partial).
operationId: projects_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
put:
description: Update a project.
operationId: projects_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
get:
description: List users.
operationId: users_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a user.
operationId: users_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a user (partial).
operationId: users_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
put:
description: Update a user.
operationId: users_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
readOnly: true
tags:
title: Tags
- type: array
- items:
+ type: object
+ additionalProperties:
type: string
readOnly: true
PatchDetail:
- properties:
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
content:
title: Content
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
delegate:
title: Delegate
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
commit_ref:
title: Commit ref
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
archived:
title: Archived
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorProjectUpdate:
type: object
patch:
description: Update a patch (partial).
operationId: patches_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
put:
description: Update a patch.
operationId: patches_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
post:
description: Create a check.
operationId: checks_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Check'
responses:
get:
description: List people.
operationId: people_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a person.
operationId: people_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a project (partial).
operationId: projects_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
put:
description: Update a project.
operationId: projects_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
get:
description: List users.
operationId: users_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a user.
operationId: users_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a user (partial).
operationId: users_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
put:
description: Update a user.
operationId: users_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
readOnly: true
tags:
title: Tags
- type: array
- items:
+ type: object
+ additionalProperties:
type: string
readOnly: true
PatchDetail:
- properties:
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
content:
title: Content
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
delegate:
title: Delegate
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
commit_ref:
title: Commit ref
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
archived:
title: Archived
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorProjectUpdate:
type: object
post:
description: Create a bundle.
operationId: bundles_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a bundle (partial).
operationId: bundles_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
put:
description: Update a bundle.
operationId: bundles_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Bundle'
responses:
patch:
description: Update a patch (partial).
operationId: patches_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
put:
description: Update a patch.
operationId: patches_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Patch'
responses:
post:
description: Create a check.
operationId: checks_create
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Check'
responses:
get:
description: List people.
operationId: people_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a person.
operationId: people_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a project (partial).
operationId: projects_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
put:
description: Update a project.
operationId: projects_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/Project'
responses:
get:
description: List users.
operationId: users_list
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
parameters:
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/PageSize'
get:
description: Show a user.
operationId: users_read
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
responses:
'200':
description: ''
patch:
description: Update a user (partial).
operationId: users_partial_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
put:
description: Update a user.
operationId: users_update
- security:
- - basicAuth: []
- - apiKeyAuth: []
+# security:
+# - basicAuth: []
+# - apiKeyAuth: []
requestBody:
$ref: '#/components/requestBodies/User'
responses:
readOnly: true
tags:
title: Tags
- type: array
- items:
+ type: object
+ additionalProperties:
type: string
readOnly: true
related:
- properties:
headers:
title: Headers
- type: array
- items:
- type: string
+ anyOf:
+ - type: object
+ additionalProperties:
+ type: array
+ items:
+ type: string
+ - type: object
+ additionalProperties:
+ type: string
readOnly: true
content:
title: Content
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
delegate:
title: Delegate
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
commit_ref:
title: Commit ref
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
archived:
title: Archived
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorProjectUpdate:
type: object