Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra authored and carlinmack committed Jun 12, 2024
1 parent c7e1205 commit 3cac656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/resources/deposit/_representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Deposition resource is used for uploading and editing records on Zenodo.
| `record_id`</br>_integer_ | Record identifier. This field is only present for published depositions. |
| `record_url`</br>_url_ | URL to public version of record for this deposition. This field is only present for published depositions. |
| `state`</br>_string_ | One of the values:<br/>* `inprogress`: Deposition metadata can be updated. If deposition is also unsubmitted (see `submitted`) files can be updated as well. <br/>* `done`: Deposition has been published. <br/>* `error`: Deposition is in an error state - contact our support. |
| `submitted`</br>_bool_ | True of deposition has been published, False otherwise. |
| `submitted`</br>_bool_ | True if the deposition has been published, False otherwise. |
| `title`</br>_string_ | Title of deposition (automatically set from `metadata`). Defaults to empty string. |


Expand Down

0 comments on commit 3cac656

Please sign in to comment.