Update a store
PATCH/v1/stores/:id/update/
Updates a store.
Request
Path Parameters
id uuidrequired
- application/json
Body
name string
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
name stringrequired
data
object
required
created date-timerequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"data": {},
"created": "2024-01-02T07:21:22.183Z"
}
Loading...