Sites

Update Site

PUT

Update the site specified by the ID in the URL path with a new site object.


For more information see the Site Model.

Path parameters

siteIdintegerRequired

Request

This endpoint expects an object.
id
integerOptional
Unique identifier for the site, managed by Impilo.
name
stringOptional
The name of the site.
active
booleanOptional
True if the site is active, false otherwise.
address
objectOptional
The shipping address for the site.
PUT
1curl -X PUT https://app.impiloplatform.com/api/v3/site/1 \
2 -H "Impilo-API-Key: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{}'