Create a new store
POST/store
Create a new store
Request
- application/json
Body
required
- MOD1
- MOD2
Array [
]
store_name stringrequired
description stringrequired
public boolean
schema
object
oneOf
string
Possible values: [automatic
]
property name*
string[]
string
Responses
- 201
- 400
- 401
- 500
Store created successfully
- application/json
- Schema
- Example (from schema)
Schema
id string
message string
{
"id": "string",
"message": "string"
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Internal server error
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Loading...