curl --request PATCH \
--url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY/actions/Edit \
--header 'Content-Type: application/json' \
--data '
{
"content": {
"Name": "Product",
"Description": "UpdatedDescription",
"ProductCode": "19520",
"Brand": "Brand",
"Category": "Category",
"Incentivizable": true
},
"pageInstructions": []
}
'{
"data": {
"objectInfo": {
"status": "Open-Active"
}
},
"confirmationNote": "This stage is ready to transition."
}curl --request PATCH \
--url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY/actions/Edit \
--header 'Content-Type: application/json' \
--data '
{
"content": {
"Name": "Product",
"Description": "UpdatedDescription",
"ProductCode": "19520",
"Brand": "Brand",
"Category": "Category",
"Incentivizable": true
},
"pageInstructions": []
}
'{
"data": {
"objectInfo": {
"status": "Open-Active"
}
},
"confirmationNote": "This stage is ready to transition."
}OK