POST
/
v1
/
projects
/
{project}
/
releases
/
{release}
:undelete
{
  "name": "<string>",
  "title": "<string>",
  "files": [
    {
      "id": "<string>",
      "path": "<string>",
      "type": "TYPE_UNSPECIFIED",
      "version": "<string>",
      "changeType": "CHANGE_TYPE_UNSPECIFIED",
      "sheet": "<string>",
      "statement": "<string>",
      "sheetSha256": "<string>",
      "statementSize": "<string>"
    }
  ],
  "vcsSource": {
    "vcsType": "VCS_TYPE_UNSPECIFIED",
    "url": "<string>"
  },
  "creator": "<string>",
  "createTime": "2023-11-07T05:31:56Z",
  "state": "STATE_UNSPECIFIED"
}

Path Parameters

project
string
required

The project id.

release
string
required

The release id.

Response

200
application/json

OK

The response is of type object.