fix: [doc] typo

pull/370/head
Terrtia 2019-08-06 11:43:18 +02:00
parent 0a071a5165
commit 32efbfa019
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View File

@ -31,6 +31,8 @@ var/www/static/
!var/www/static/js/trendingchart.js
var/www/templates/header.html
var/www/submitted
var/www/server.crt
var/www/server.key
# Local config
bin/packages/config.cfg
@ -40,6 +42,11 @@ configs/update.cfg
update/current_version
files
# Helper
bin/helper/gen_cert/rootCA.*
bin/helper/gen_cert/server.*
# Pystemon archives
pystemon/archives

View File

@ -327,7 +327,7 @@ curl https://127.0.0.1:7000/api/v1/get/item --header "Authorization: iHc1_ChZxj1
### add item tags: `api/v1/add/item/tag`<a name="add_item_tag"></a>
### Add item tags: `api/v1/add/item/tag`<a name="add_item_tag"></a>
#### Description
Add tags to an item.