|
|
|
@@ -500,9 +500,9 @@ paths: |
|
|
|
required: true |
|
|
|
deprecated: false |
|
|
|
parameters: [] |
|
|
|
/api/media: |
|
|
|
/api/medias: |
|
|
|
get: |
|
|
|
operationId: api_media_get_collection |
|
|
|
operationId: api_medias_get_collection |
|
|
|
tags: |
|
|
|
- Media |
|
|
|
responses: |
|
|
|
@@ -573,7 +573,7 @@ paths: |
|
|
|
allowReserved: false |
|
|
|
deprecated: false |
|
|
|
post: |
|
|
|
operationId: api_media_post |
|
|
|
operationId: api_medias_post |
|
|
|
tags: |
|
|
|
- Media |
|
|
|
responses: |
|
|
|
@@ -613,9 +613,9 @@ paths: |
|
|
|
required: false |
|
|
|
deprecated: false |
|
|
|
parameters: [] |
|
|
|
'/api/media/{id}': |
|
|
|
'/api/medias/{id}': |
|
|
|
get: |
|
|
|
operationId: api_media_id_get |
|
|
|
operationId: api_medias_id_get |
|
|
|
tags: |
|
|
|
- Media |
|
|
|
responses: |
|
|
|
@@ -653,7 +653,7 @@ paths: |
|
|
|
allowReserved: false |
|
|
|
deprecated: false |
|
|
|
delete: |
|
|
|
operationId: api_media_id_delete |
|
|
|
operationId: api_medias_id_delete |
|
|
|
tags: |
|
|
|
- Media |
|
|
|
responses: |
|
|
|
@@ -1586,6 +1586,58 @@ paths: |
|
|
|
style: form |
|
|
|
explode: false |
|
|
|
allowReserved: false |
|
|
|
- |
|
|
|
name: partner |
|
|
|
in: query |
|
|
|
description: '' |
|
|
|
required: false |
|
|
|
deprecated: false |
|
|
|
allowEmptyValue: true |
|
|
|
schema: |
|
|
|
type: string |
|
|
|
style: form |
|
|
|
explode: false |
|
|
|
allowReserved: false |
|
|
|
- |
|
|
|
name: 'partner[]' |
|
|
|
in: query |
|
|
|
description: '' |
|
|
|
required: false |
|
|
|
deprecated: false |
|
|
|
allowEmptyValue: true |
|
|
|
schema: |
|
|
|
type: array |
|
|
|
items: |
|
|
|
type: string |
|
|
|
style: form |
|
|
|
explode: true |
|
|
|
allowReserved: false |
|
|
|
- |
|
|
|
name: contact |
|
|
|
in: query |
|
|
|
description: '' |
|
|
|
required: false |
|
|
|
deprecated: false |
|
|
|
allowEmptyValue: true |
|
|
|
schema: |
|
|
|
type: string |
|
|
|
style: form |
|
|
|
explode: false |
|
|
|
allowReserved: false |
|
|
|
- |
|
|
|
name: 'contact[]' |
|
|
|
in: query |
|
|
|
description: '' |
|
|
|
required: false |
|
|
|
deprecated: false |
|
|
|
allowEmptyValue: true |
|
|
|
schema: |
|
|
|
type: array |
|
|
|
items: |
|
|
|
type: string |
|
|
|
style: form |
|
|
|
explode: true |
|
|
|
allowReserved: false |
|
|
|
deprecated: false |
|
|
|
post: |
|
|
|
operationId: api_tasks_post |
|
|
|
@@ -2450,11 +2502,11 @@ components: |
|
|
|
deprecated: false |
|
|
|
required: |
|
|
|
- name |
|
|
|
- type |
|
|
|
- partnerType |
|
|
|
properties: |
|
|
|
name: |
|
|
|
type: string |
|
|
|
type: |
|
|
|
partnerType: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
- customer |
|
|
|
@@ -2502,6 +2554,13 @@ components: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
format: date-time |
|
|
|
posts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
items: |
|
|
|
type: string |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contacts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
@@ -2515,7 +2574,7 @@ components: |
|
|
|
deprecated: false |
|
|
|
required: |
|
|
|
- name |
|
|
|
- type |
|
|
|
- partnerType |
|
|
|
properties: |
|
|
|
_links: |
|
|
|
type: object |
|
|
|
@@ -2528,7 +2587,7 @@ components: |
|
|
|
format: iri-reference |
|
|
|
name: |
|
|
|
type: string |
|
|
|
type: |
|
|
|
partnerType: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
- customer |
|
|
|
@@ -2576,6 +2635,13 @@ components: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
format: date-time |
|
|
|
posts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
items: |
|
|
|
type: string |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contacts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
@@ -2589,7 +2655,7 @@ components: |
|
|
|
deprecated: false |
|
|
|
required: |
|
|
|
- name |
|
|
|
- type |
|
|
|
- partnerType |
|
|
|
properties: |
|
|
|
'@context': |
|
|
|
readOnly: true |
|
|
|
@@ -2616,7 +2682,7 @@ components: |
|
|
|
type: string |
|
|
|
name: |
|
|
|
type: string |
|
|
|
type: |
|
|
|
partnerType: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
- customer |
|
|
|
@@ -2664,6 +2730,13 @@ components: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
format: date-time |
|
|
|
posts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
items: |
|
|
|
type: string |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contacts: |
|
|
|
readOnly: true |
|
|
|
type: array |
|
|
|
@@ -3129,6 +3202,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
createdByName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
assignedTo: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3136,6 +3214,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
assignedToName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
dueAt: |
|
|
|
type: |
|
|
|
- string |
|
|
|
@@ -3148,6 +3231,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partnerName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
contact: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3155,6 +3243,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contactName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
prio: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
@@ -3207,6 +3300,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
createdByName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
assignedTo: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3214,6 +3312,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
assignedToName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
dueAt: |
|
|
|
type: |
|
|
|
- string |
|
|
|
@@ -3226,6 +3329,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partnerName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
contact: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3233,6 +3341,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contactName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
prio: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
@@ -3299,6 +3412,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
createdByName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
assignedTo: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3306,6 +3424,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
assignedToName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
dueAt: |
|
|
|
type: |
|
|
|
- string |
|
|
|
@@ -3318,6 +3441,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partnerName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
contact: |
|
|
|
'owl:maxCardinality': 1 |
|
|
|
type: |
|
|
|
@@ -3325,6 +3453,11 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
contactName: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
- string |
|
|
|
- 'null' |
|
|
|
prio: |
|
|
|
type: string |
|
|
|
enum: |
|
|
|
|