Skip to content

Updates a store chain

PATCH
/api/chains/{chainId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

chainId*
Typestring
Required
Pattern"[1-9][0-9]*"

Request Body

application/json
JSON
{
"name": "string",
"status": 0,
"headquartersZip": "string",
"headquartersCity": "string",
"headquartersCountry": "string",
"allowPress": true,
"forumThread": 0,
"notes": "string",
"commonStoreInformation": "string",
"kams": [
0
],
"estimatedStoreCount": 0
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python