-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): Update to API specification v2.6.0
- Loading branch information
Showing
206 changed files
with
3,879 additions
and
567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 0.2.0 | ||
|
||
Spec version 2.6.0 | ||
|
||
## 0.1.2 | ||
|
||
Spec version 2.5.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# FlatApi::Collection | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **String** | Unique identifier of the collection | [optional] | ||
**title** | [**CollectionTitle**](CollectionTitle.md) | | [optional] | ||
**html_url** | **String** | The url where the collection can be viewed in a web browser | [optional] | ||
**type** | [**CollectionType**](CollectionType.md) | | [optional] | ||
**privacy** | [**CollectionPrivacy**](CollectionPrivacy.md) | | [optional] | ||
**sharing_key** | **String** | The private sharing key of the collection (available when the `privacy` mode is set to `privateLink`) | [optional] | ||
**app** | **String** | If this directory is dedicated to an app, the unique idenfier of this app | [optional] | ||
**user** | [**UserPublicSummary**](UserPublicSummary.md) | | [optional] | ||
**rights** | [**ResourceRights**](ResourceRights.md) | | [optional] | ||
**collaborators** | [**Array<ResourceCollaborator>**](ResourceCollaborator.md) | The list of the collaborators of the collection | [optional] | ||
**capabilities** | [**CollectionCapabilities**](CollectionCapabilities.md) | | [optional] | ||
|
||
|
Oops, something went wrong.