Creates or alters a schema of the specified custom field for the specified resource type.
Custom fields schema of the specified resource type.
type required | string Describes the data type. Custom field type value cannot be changed.
| ||||||||||||||||||
description | string Description of the custom field. | ||||||||||||||||||
additionalSchema | any Additional schema which adds additional values constrains. Additional parameters which can be added according to type:
|
Custom field updated.
type required | string Describes the data type. Custom field type value cannot be changed.
| ||||||||||||||||||
name | string Name of the custom field. | ||||||||||||||||||
description | string Description of the custom field. | ||||||||||||||||||
additionalSchema | any Additional schema which adds additional values constrains. Additional parameters which can be added according to type:
| ||||||||||||||||||
Array of objects (SelfLink) Related links. | |||||||||||||||||||
Custom field created.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
type required | string Describes the data type. Custom field type value cannot be changed.
| ||||||||||||||||||
name | string Name of the custom field. | ||||||||||||||||||
description | string Description of the custom field. | ||||||||||||||||||
additionalSchema | any Additional schema which adds additional values constrains. Additional parameters which can be added according to type:
| ||||||||||||||||||
Array of objects (SelfLink) Related links. | |||||||||||||||||||
Unauthorized access. Invalid credentials used.
Schema in use. To remove or alter the schema, remove all associated data.
Invalid data sent.
{- "type": "array",
- "description": "string",
- "additionalSchema": null
}
{- "name": "string",
- "type": "array",
- "description": "string",
- "additionalSchema": null,
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}