Tags manipulation documentation#34
Merged
Merged
Conversation
Endpoints: - list all tags - get a tag - rename a tag - delete a tag
virtualtam
reviewed
Apr 5, 2018
|
|
||
| ### Update a tag [PUT] | ||
|
|
||
| Rename a tag from the given name. If the new name you provide is match an existing tag, they will be merged. |
ArthurHoaro
commented
May 19, 2018
|
|
||
| + Parameters | ||
| * offset: 40 (number, optional) - Offset from which to start listing tags (default: 0) | ||
| * limit: 25 (number, optional) - Number of tags to retrieve (default `all`). |
Member
Author
There was a problem hiding this comment.
Missing visibility parameter.
ArthurHoaro
commented
May 19, 2018
| ## Tag [/tags/{tagName}] | ||
|
|
||
| + Parameters | ||
| + tagName: `tutorial` (string, required) - Tag name |
Member
Author
There was a problem hiding this comment.
Mention that it's case sensitive.
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this pull request
May 19, 2018
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes shaarli#904 References shaarli/api-documentation#34
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this pull request
May 29, 2018
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes shaarli#904 References shaarli/api-documentation#34
virtualtam
added a commit
to virtualtam/python-shaarli-client
that referenced
this pull request
Jun 3, 2018
Relates to shaarli/Shaarli#904 Relates to shaarli/api-documentation#34 Relates to shaarli/Shaarli#1141 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this pull request
Jun 4, 2018
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes shaarli#904 References shaarli/api-documentation#34
virtualtam
added a commit
to virtualtam/python-shaarli-client
that referenced
this pull request
Jun 4, 2018
Relates to shaarli/Shaarli#904 Relates to shaarli/api-documentation#34 Relates to shaarli/Shaarli#1141 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
virtualtam
added a commit
to virtualtam/python-shaarli-client
that referenced
this pull request
Jun 4, 2018
Relates to shaarli/Shaarli#904 Relates to shaarli/api-documentation#34 Relates to shaarli/Shaarli#1141 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
virtualtam
approved these changes
Jul 15, 2018
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Endpoints:
related to shaarli/Shaarli#904