Create or alter a schema of the given Custom Field for the given resource. type.
Custom Fields schema of the given resource type.
The Custom Field was updated.
type required | string
| |||||||||
name | string The name of the custom field. | |||||||||
description | string The custom field description. | |||||||||
additionalSchema | any Additional parameters which can be added according to type:
| |||||||||
Array of objects (Self) non-empty The links related to resource. | ||||||||||
The Custom Fields was created.
Location | string <uri> The location of the related resource. Example: "https://api.rebilly.com/example" |
type required | string
| |||||||||
name | string The name of the custom field. | |||||||||
description | string The custom field description. | |||||||||
additionalSchema | any Additional parameters which can be added according to type:
| |||||||||
Array of objects (Self) non-empty The links related to resource. | ||||||||||
Unauthorized access, invalid credentials were used.
The schema is in use: remove all the associated data in order to remove or alter the schema.
Invalid data was sent.
{- "type": "array",
- "description": "string",
- "additionalSchema": null
}
{- "name": "string",
- "type": "array",
- "description": "string",
- "additionalSchema": null,
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}