/
EV
ever-co
/
Ever Traduora API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 35m ago · Updated 2mo ago
Details
Filter operations
Authentication
7
Exports
1
Imports
1
Locales
1
Project Clients
5
Project Invites
4
Project Labels
8
get
List a project's labels
post
Add a new project label
delete
Remove a project's label
patch
Update a project's label
post
Label a project term
delete
Unlabel a project term
post
Label a project term translation
delete
Unlabel a project term translation
Project Plans
1
Project Stats
1
Project Users
3
Projects
5
Terms
4
Translations
5
Users
3
Project Labels
Update a project's label
patch
/api/v1/projects/{projectId}/labels/{labelId}
Path parameters
labelId
string
required
projectId
string
required
Request body
UpdateLabelRequest
required
value
string
required
color
string
required
Response
Updated
ProjectLabelResponse
required
data
ProjectLabelDTO
required
Changes