docs (tag categories): order is required when creating tag category
This commit is contained in:
parent
4338691ace
commit
5cfbba97cc
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ data.
|
|||
{
|
||||
"name": <name>,
|
||||
"color": <color>,
|
||||
"order": <order> // optional
|
||||
"order": <order>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue