summaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/docs/FileEntity.md
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-openapi/docs/FileEntity.md')
-rw-r--r--fatcat-openapi/docs/FileEntity.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-openapi/docs/FileEntity.md b/fatcat-openapi/docs/FileEntity.md
index 496e797..6789fd6 100644
--- a/fatcat-openapi/docs/FileEntity.md
+++ b/fatcat-openapi/docs/FileEntity.md
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
**sha256** | **String** | SHA-256 hash of data, in hex encoding | [optional] [default to None]
**urls** | [**Vec<models::FileUrl>**](file_url.md) | | [optional] [default to None]
**mimetype** | **String** | | [optional] [default to None]
+**content_scope** | **String** | | [optional] [default to None]
**release_ids** | **Vec<String>** | Set of identifier of release entities this file represents a full manifestation of. Usually a single release, but some files contain content of multiple full releases (eg, an issue of a journal). | [optional] [default to None]
**releases** | [**Vec<models::ReleaseEntity>**](release_entity.md) | Full release entities, included in GET responses when `releases` included in `expand` parameter. Ignored if included in PUT or POST requests. | [optional] [default to None]