POST
/
v1
/
projects
/
{project}
/
issues:batchUpdateStatus
{}

Path Parameters

project
string
required

The project id.

Body

application/json
parent
string
required

The parent resource shared by all issues being updated. Format: projects/{project} If the operation spans parents, a dash (-) may be accepted as a wildcard. We only support updating the status of databases for now.

issues
string[]

The list of issues to update. Format: projects/{project}/issues/{issue}

status
enum<string>

The new status.

Available options:
ISSUE_STATUS_UNSPECIFIED,
OPEN,
DONE,
CANCELED
reason
string

Response

OK

The response is of type object.