Feature: Label APIs (#931)
This commit is contained in:
5
app/views/api/v1/accounts/labels/update.json.jbuilder
Normal file
5
app/views/api/v1/accounts/labels/update.json.jbuilder
Normal file
@@ -0,0 +1,5 @@
|
||||
json.id @label.id
|
||||
json.title @label.title
|
||||
json.description @label.description
|
||||
json.color @label.color
|
||||
json.show_on_sidebar @label.show_on_sidebar
|
||||
Reference in New Issue
Block a user