/
LA
laradashboard
/
Lara Dashboard API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 3w ago
View markdown
laradashboard
Lara Dashboard API Documentation
put
Update the specified term
v1
latest
OpenAPI 3.1.0
2026-07-17
45
18
149.3 KB
ActionLog
2
Auth
4
Module
4
Permission
3
Post
6
Role
6
Setting
3
TaskManager
4
Term
6
get
Display a listing of terms for a specific taxonomy
post
Store a newly created term
get
Display the specified term
put
Update the specified term
delete
Remove the specified term
delete
Bulk delete terms
Terms
1
User
6
Term
Update the specified term
put
/v1/terms/{taxonomy}/{id}
Path parameters
taxonomy
string
required
id
integer
required
Request body
UpdateTermRequest
required
name
string
required
slug
string
nullable
description
string
nullable
parent_id
integer
nullable
Response
object
required
success
boolean
required
message
string
required
data
TermResource
required