diff options
Diffstat (limited to 'fatcat-openapi/docs/EditgroupEdits.md')
-rw-r--r-- | fatcat-openapi/docs/EditgroupEdits.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fatcat-openapi/docs/EditgroupEdits.md b/fatcat-openapi/docs/EditgroupEdits.md new file mode 100644 index 0000000..cb3cd82 --- /dev/null +++ b/fatcat-openapi/docs/EditgroupEdits.md @@ -0,0 +1,16 @@ +# EditgroupEdits + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**containers** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**creators** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**files** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**filesets** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**webcaptures** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**releases** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] +**works** | [**Vec<models::EntityEdit>**](entity_edit.md) | | [optional] [default to None] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + |