Update Site
Cloud Mock
Cloud Mock
PATCH
/v1/site/{siteId}
sites
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
siteId
string
required
Body Params application/json
first_name
string | null
optional
last_name
string | null
optional
email
string <email> | null
optional
state_code
string | null
State
>= 2 characters<= 2 characters
city
string | null
City
zip_code
string | null
Zip Code
Examples:
888008880188802
street_address
string | null
Street Address
street_address2
string | null
Street Address2
service_account_id
string | null
Service Account Id
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://mock.apidog.com/m1/479670-0-default/v1/site/' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
first_name
string | null
optional
last_name
string | null
optional
email
string <email> | null
optional
state_code
string | null
State
>= 2 characters<= 2 characters
city
string | null
City
zip_code
string | null
Zip Code
Examples:
888008880188802
street_address
string | null
Street Address
street_address2
string | null
Street Address2
service_account_id
string | null
Service Account Id
Example
{
"first_name": "string",
"last_name": "string",
"email": "[email protected]",
"state_code": "st",
"city": "string",
"zip_code": "88800",
"street_address": "string",
"street_address2": "string",
"service_account_id": "string"
}
🟠400Invalid input
🟠404Record not found
Modified at 2024-07-08 20:55:42