Skip to content

Tags manipulation documentation#34

Merged
virtualtam merged 3 commits into
shaarli:masterfrom
ArthurHoaro:tags
Jul 15, 2018
Merged

Tags manipulation documentation#34
virtualtam merged 3 commits into
shaarli:masterfrom
ArthurHoaro:tags

Conversation

@ArthurHoaro
Copy link
Copy Markdown
Member

@ArthurHoaro ArthurHoaro commented Mar 27, 2018

Endpoints:

  • list all tags
  • get a tag
  • rename a tag
  • delete a tag

related to shaarli/Shaarli#904

Endpoints:

  - list all tags
  - get a tag
  - rename a tag
  - delete a tag
@ArthurHoaro ArthurHoaro self-assigned this Mar 27, 2018
Comment thread api-documentation.md Outdated

### 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.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/is match/matches/

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You is good!

Comment thread api-documentation.md Outdated

+ 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`).
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing visibility parameter.

Comment thread api-documentation.md
## Tag [/tags/{tagName}]

+ Parameters
+ tagName: `tutorial` (string, required) - Tag name
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 virtualtam merged commit 30dd1fe into shaarli:master Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants