From 8eca2ef217db99cc2a1e2fb87e051d0483764522 Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Wed, 8 Nov 2023 11:14:22 -0500 Subject: [PATCH] Update Deposit documentation --- docs/dev/model/Deposit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/model/Deposit.md b/docs/dev/model/Deposit.md index a5b45409..2c703dd4 100644 --- a/docs/dev/model/Deposit.md +++ b/docs/dev/model/Deposit.md @@ -4,7 +4,7 @@ A [Submission](Submission.md) can have multiple Deposits, each to a different [R | Attribute | Type | Description | | ---------------- | ------ | ------------- -| __id*__ | String | Long identifier of object +| id* | String | Long identifier of object | depositStatusRef | String | A URL or some kind of reference that can be dereferenced, entity body parsed, and used to determine the status of Deposit | | depositStatus* | String | Status of deposit ([_see list below_](#deposit-status-options)) |