-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api/versions): Added a new optional property to hide metadataBlo…
…cks from API response.
- Loading branch information
1 parent
955312d
commit 408172c
Showing
2 changed files
with
3 additions
and
3 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,4 +1,4 @@ | ||
Extension of API `{id}/versions` and `{id}/versions/{versionId}` with an optional ``excludeMetadataBlocks`` parameter, | ||
that specifies whether the metadataBlocks should be listed in the output. It defaults to ``true``, preserving backward | ||
that specifies whether the metadataBlocks should be listed in the output. It defaults to ``false``, preserving backward | ||
compatibility. (Note that for a dataset with a large number of versions and/or metadataBlocks having the metadata blocks | ||
included can dramatically increase the volume of the output). |
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