Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rest: add custom_fields as parameter #601

Merged
merged 3 commits into from
Feb 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading