Update a store by ID
PUT/store/:storeId
Update a store by ID
Request
Path Parameters
storeId stringrequired
- 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
- 200
- 401
- 404
- 500
Store updated successfully
- application/json
- Schema
- Example (from schema)
Schema
message string
data object
{
"message": "string",
"data": {}
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
message string
{
"error": "string",
"message": "string"
}
Resource not found
- 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...