Bulk update attributes and description
PUT/v1/:projectName/item/info
Bulk update attributes and description
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
bulkInfoUpdateRQ
Array [
]
attributes
object[]
action string
Possible values: [DELETE
, UPDATE
, CREATE
]
from
object
key string
value string
to
object
key string
value string
description
object
action string
Possible values: [DELETE
, UPDATE
, CREATE
]
comment string
ids int64[]
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...