Skip to content

Commit

Permalink
Improve documentation of "create tag" API (#7112)
Browse files Browse the repository at this point in the history
* Document fields of TagCreation API

* make gen

* [CR] change description of "ref" arg of TagCreation

* make gen :-)
  • Loading branch information
arielshaqed authored Dec 10, 2023
1 parent 3dca9c4 commit 0787698
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 23 deletions.
3 changes: 3 additions & 0 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,17 @@ components:

TagCreation:
type: object
description: Make tag ID point at this REF.
required:
- id
- ref
properties:
id:
type: string
description: ID of tag to create
ref:
type: string
description: the commit to tag

TaskInfo:
type: object
Expand Down
3 changes: 3 additions & 0 deletions clients/java-legacy/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions clients/java-legacy/docs/TagCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions clients/java/docs/TagCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions clients/python-legacy/docs/TagCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/python-legacy/lakefs_client/model/tag_creation.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions clients/python/docs/TagCreation.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions clients/python/lakefs_sdk/models/tag_creation.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,17 @@ components:

TagCreation:
type: object
description: Make tag ID point at this REF.
required:
- id
- ref
properties:
id:
type: string
description: ID of tag to create
ref:
type: string
description: the commit to tag

TaskInfo:
type: object
Expand Down

0 comments on commit 0787698

Please sign in to comment.