Upsert collection
PUT/api/collections/:collectionId
Creates a new collection or updates an existing one.
Request
Path Parameters
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- text/json
- application/*+json
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Body
- Array [
- ]
- Array [
- ]
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
properties objectnullable
Responses
- 200
- 400
- 401
- 500
Success
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- application/octet-stream
- text/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
<root>
<id>3fa85f64-5717-4562-b3fc-2c963f66afa6</id>
<title>string</title>
<description>string</description>
<jobReference>string</jobReference>
<accessMode>Everyone</accessMode>
<members>
<identity>string</identity>
<privileges>Reader</privileges>
</members>
<tags>
<key>string</key>
</tags>
<properties/>
<documentCount>0</documentCount>
<documentsUsedSpace>0</documentsUsedSpace>
<vectorIndexCount>0</vectorIndexCount>
<vectorIndexUsedSpace>0</vectorIndexUsedSpace>
<syntacticIndexCount>0</syntacticIndexCount>
<syntacticIndexSpace>0</syntacticIndexSpace>
</root>
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
Collection id (GUID)
Title of the collection
A brief description of the collection
Internal field to track jobs associated to this collection
Possible values: [Everyone
, MembersOnly
]
members object[]nullable
Collection members
Possible values: [Reader
, Owner
, Contributor
]
tags object[]nullable
List of tags
properties objectnullable
Collection properties
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"jobReference": "string",
"accessMode": "Everyone",
"members": [
{
"identity": "string",
"privileges": "Reader"
}
],
"tags": [
{
"key": "string"
}
],
"properties": {},
"documentCount": 0,
"documentsUsedSpace": 0,
"vectorIndexCount": 0,
"vectorIndexUsedSpace": 0,
"syntacticIndexCount": 0,
"syntacticIndexSpace": 0
}
Bad Request
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- application/octet-stream
- text/json
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
<error>string</error>
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
Unauthorized
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- application/octet-stream
- text/json
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
<error>string</error>
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
Server Error
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- application/octet-stream
- text/json
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
<error>string</error>
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}
- Schema
- Example (from schema)
Schema
Error message
{
"error": "string"
}