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 21, 2024
1 parent 9eb4523 commit db1b92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/rest_api_drafts_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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**

Expand Down

0 comments on commit db1b92d

Please sign in to comment.