mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 10:50:38 +02:00
Update response
This commit is contained in:
parent
f8e2593299
commit
6736fab27d
11
colnod.apib
11
colnod.apib
@ -5,10 +5,9 @@ Every request and response can have a schema. Below you will find examples
|
|||||||
using [JSON Schema](http://json-schema.org/) to describe the format of request
|
using [JSON Schema](http://json-schema.org/) to describe the format of request
|
||||||
and response body content.
|
and response body content.
|
||||||
|
|
||||||
|
# Login manager [/AaaManager/authSession]
|
||||||
|
|
||||||
# Notes [/AaaManager/authSession]
|
## Get login token [POST]
|
||||||
|
|
||||||
## Get a note [POST]
|
|
||||||
Gets a single note by its unique identifier.
|
Gets a single note by its unique identifier.
|
||||||
|
|
||||||
+ Request (application/json)
|
+ Request (application/json)
|
||||||
@ -40,7 +39,6 @@ Gets a single note by its unique identifier.
|
|||||||
|
|
||||||
{
|
{
|
||||||
"id": "String",
|
"id": "String",
|
||||||
"token": "String ",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
+ Schema
|
+ Schema
|
||||||
@ -50,9 +48,6 @@ Gets a single note by its unique identifier.
|
|||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
}
|
||||||
"token": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user