From db1b92d5de1f1bf5959d121c07c5d3e0e7982158 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Wed, 21 Feb 2024 08:48:47 -0800 Subject: [PATCH] rest: add custom_fields as parameter --- docs/reference/rest_api_drafts_records.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/rest_api_drafts_records.md b/docs/reference/rest_api_drafts_records.md index 07312c60..4aaea6dd 100644 --- a/docs/reference/rest_api_drafts_records.md +++ b/docs/reference/rest_api_drafts_records.md @@ -19,6 +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](https://inveniordm.docs.cern.ch/customize/metadata/custom_fields/records/#declaring-custom-fields)) metadata for the record. (v10 and newer) | #### Files Options @@ -287,6 +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](https://inveniordm.docs.cern.ch/customize/metadata/custom_fields/records/#declaring-custom-fields)) metadata for the record. (v10 and newer) | **Request**