diff options
Diffstat (limited to 'fatcat-openapi/docs/WebcaptureEntity.md')
-rw-r--r-- | fatcat-openapi/docs/WebcaptureEntity.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fatcat-openapi/docs/WebcaptureEntity.md b/fatcat-openapi/docs/WebcaptureEntity.md index 64558c9..018756c 100644 --- a/fatcat-openapi/docs/WebcaptureEntity.md +++ b/fatcat-openapi/docs/WebcaptureEntity.md @@ -13,6 +13,7 @@ Name | Type | Description | Notes **archive_urls** | [**Vec<models::WebcaptureUrl>**](webcapture_url.md) | | [optional] [default to None] **original_url** | **String** | Base URL of the primary resource this is a capture of | [optional] [default to None] **timestamp** | [**chrono::DateTime::<chrono::Utc>**](DateTime.md) | Same format as CDX line timestamp (UTC, etc). Corresponds to the overall capture timestamp. Should generally be the timestamp of capture of the primary resource URL. | [optional] [default to None] +**content_scope** | **String** | | [optional] [default to None] **release_ids** | **Vec<String>** | Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. | [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] |