Create Instance
POST/instance/create
Create Instance
Request
- application/json
Body
- object
Responses
- 201
Created
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Vary string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"id": 1,
"name": "codechat",
"description": "Instance: Test V1",
"createdAt": "2023-12-04T00:00:00.000Z",
"updatedAt": "2023-12-04T00:00:00.000Z",
"Auth": {
"id": 1,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpbnN0YW5jZU5hbWUiOiJjb2RlY2hhdCIsImFwaU5hbWUiOiJ3aGF0c2FwcC1hcGkiLCJ0b2tlbklkIjoiYjEwZDYzZWYtZGQ4Ni00NzFmLTljZmMtOGYxMTAxYTJjNGI3IiwiaWF0IjoxNzAxNzMyODYyLCJleHAiOjE3MDE3MzY0NjIsInN1YiI6ImctdCJ9.ICtbfIIUm7tE52GlxhBTEHiYwWSNAeWTg3er6v1I9Qw"
}
}
Loading...