From 7c0f9fe9ecda3ed3667c3f4aff8bd6ec7b391246 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Thu, 22 Feb 2024 07:37:10 -0800 Subject: [PATCH] rest: add custom_fields as parameter --- docs/reference/rest_api_drafts_records.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/rest_api_drafts_records.md b/docs/reference/rest_api_drafts_records.md index ede2441a..cff76ffa 100644 --- a/docs/reference/rest_api_drafts_records.md +++ b/docs/reference/rest_api_drafts_records.md @@ -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 @@ -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**