Update Resource
ApiScope: manage.smarttemplate.write
API Scope Level: DealerScope
Path Parameters
dealerUUID string required
resourceUuid string required
application/json
Request Body required
type string
objectJSONEndpoint string
minimalObjectEndpoint string
fullObjectEndpoint string
version int32
isValid boolean
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
resource object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"resource": {
"type": "string",
"objectSchemaEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"isValid": true,
"uuid": "string"
}
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
resource object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"resource": {
"type": "string",
"objectSchemaEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"isValid": true,
"uuid": "string"
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
PUT /v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
python / requests
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
go / native
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
nodejs / axios
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
ruby / Net::HTTP
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
csharp / RestSharp
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
php / cURL
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
java / OkHttp
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'
powershell / RestMethod
curl -L -X PUT '/manage/v2/smartTemplatesdealers/:dealerUUID/resources/:resourceUuid' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"type": "string",
"objectJSONEndpoint": "string",
"minimalObjectEndpoint": "string",
"fullObjectEndpoint": "string",
"version": 0,
"isValid": true
}'