Skip to content

Commit

Permalink
rest: add custom_fields as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Feb 22, 2024
1 parent 5d4ae35 commit 7c0f9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/rest_api_drafts_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Used for interacting with unpublished or edited draft records.
| `access` | object | body | [Access options](metadata.md#access) for the record. |
| `files` | object | body | Files options (see below) for the record. |
| `metadata` | object | body | [Metadata](metadata.md#metadata) of the record. |
| `custom_fields` | object | body | [Custom fields](../customize/metadata/custom_fields/records.md#declaring-custom-fields)) metadata for the record. (v10 and newer) |
| `custom_fields` | object | body | [Custom fields](../customize/metadata/custom_fields/records.md#declaring-custom-fields) metadata for the record. (v10 and newer) |

#### Files Options

Expand Down Expand Up @@ -288,7 +288,7 @@ Content-Type: application/json
| `access` | object | body | [Access options](metadata.md#access-information) for the record. |
| `files` | object | body | [Files options](#files-options) for the record. |
| `metadata` | object | body | [Metadata](metadata.md#metadata) of the record. |
| `custom_fields` | object | body | [Custom fields](../customize/metadata/custom_fields/records.md#declaring-custom-fields)) metadata for the record. (v10 and newer) |
| `custom_fields` | object | body | [Custom fields](../customize/metadata/custom_fields/records.md#declaring-custom-fields) metadata for the record. (v10 and newer) |

**Request**

Expand Down

0 comments on commit 7c0f9fe

Please sign in to comment.