Creates or updates (upserts) an application instance configuration.
Application instance configuration updated.
Application instance configuration created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
required | object Configuration settings that are available during installation. | ||||||||||
Array of objects Related links. | |||||||||||
Array
|
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "settings": {
- "color": "red",
- "level": "gold"
}
}
{- "settings": {
- "color": "red",
- "level": "gold"
}, - "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}