Move Targets to Another Team
POST/targets/bulk/move-team/
Request
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
Array [
]
teams
object[]
required
Identifier of the team to move the targets to.
id stringrequired
ids string[]required
Identifiers of the targets to move, separated by commas.
Body
required
Array [
]
teams
object[]
required
Identifier of the team to move the targets to.
id stringrequired
ids string[]required
Identifiers of the targets to move, separated by commas.
Body
required
Array [
]
teams
object[]
required
Identifier of the team to move the targets to.
id stringrequired
ids string[]required
Identifiers of the targets to move, separated by commas.
Responses
- 200
- 400
- 401
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
teams
object[]
required
Identifier of the team to move the targets to.
id stringrequired
ids string[]required
Identifiers of the targets to move, separated by commas.
{
"teams": [
{
"id": "string"
}
],
"ids": [
"string"
]
}
- application/json
- Schema
- Example (from schema)
Schema
<field name> string[]
non_field_errors string[]
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
detail string
{
"detail": "Unexpected error while handling your request."
}
Loading...