-
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.
- Loading branch information
0 parents
commit 6b0f623
Showing
419 changed files
with
85,991 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,21 @@ | ||
|
||
# AbstractItem | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **Integer** | | | ||
**documentKey** | **String** | | | ||
**globalId** | **String** | | | ||
**project** | **Integer** | ID of a project | | ||
**itemType** | **Integer** | ID of an item type | | ||
**createdDate** | [**OffsetDateTime**](OffsetDateTime.md) | | | ||
**modifiedDate** | [**OffsetDateTime**](OffsetDateTime.md) | | | ||
**lastActivityDate** | [**OffsetDateTime**](OffsetDateTime.md) | | | ||
**createdBy** | **Integer** | ID of a user | | ||
**modifiedBy** | **Integer** | ID of a user | | ||
**resources** | [**Map<String, AllowedResource>**](AllowedResource.md) | A set of resources and allowed permissions | | ||
**fields** | **Map<String, Object>** | A map of field names to field values e.g. {\"name\":\"Sample Item\", \"status\": 292, \"release\": 2, \"assigned\": 23} | | ||
|
||
|
||
|
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,13 @@ | ||
|
||
# AbstractItemDataListWrapper | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**List<AbstractItem>**](AbstractItem.md) | | [optional] | ||
**links** | [**Map<String, Link>**](Link.md) | | [optional] | ||
**linked** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional] | ||
**meta** | [**MetaListWrapper**](MetaListWrapper.md) | | [optional] | ||
|
||
|
||
|
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,13 @@ | ||
|
||
# AbstractItemDataWrapper | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**AbstractItem**](AbstractItem.md) | | [optional] | ||
**links** | [**Map<String, Link>**](Link.md) | | [optional] | ||
**linked** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional] | ||
**meta** | [**MetaWrapper**](MetaWrapper.md) | | [optional] | ||
|
||
|
||
|
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,13 @@ | ||
|
||
# AbstractRestResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**status** | **Integer** | | [optional] | ||
**statusReasonPhrase** | **String** | | [optional] | ||
**pageInfo** | [**PageInfo**](PageInfo.md) | | [optional] | ||
**headers** | [**Map<String, List<String>>**](List.md) | | [optional] | ||
|
||
|
||
|
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,13 @@ | ||
|
||
# AbstractVersionedItem | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **Integer** | | [optional] | ||
**currentVersion** | **Integer** | Currently active version of the versioned item. If no version is active, currentVersion will not be returned. | [optional] | ||
**version** | **Integer** | | [optional] | ||
**type** | **String** | | [optional] | ||
|
||
|
||
|
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,13 @@ | ||
|
||
# AbstractVersionedItemDataWrapper | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**data** | [**AbstractVersionedItem**](AbstractVersionedItem.md) | | [optional] | ||
**links** | [**Map<String, Link>**](Link.md) | | [optional] | ||
**linked** | [**Map<String, Map<String, Object>>**](Map.md) | | [optional] | ||
**meta** | [**MetaWrapper**](MetaWrapper.md) | | [optional] | ||
|
||
|
||
|
Oops, something went wrong.