Skip to main content
PUT
/
api
/
Projects
/
updateProjectItem
cURL
curl --request PUT \
  --url https://api.example.com/api/Projects/updateProjectItem \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "projectId": "<string>",
  "project": {
    "id": "<string>",
    "orgId": "<string>",
    "name": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "type": "<string>",
    "description": "<string>",
    "note": "<string>",
    "launchDate": "2023-11-07T05:31:56Z",
    "endDate": "2023-11-07T05:31:56Z",
    "owner": "<string>",
    "vendor": "<string>",
    "reportDeadline": "<string>",
    "isRetestNeeded": true,
    "retestingLaunch": "2023-11-07T05:31:56Z",
    "retestingEnd": "2023-11-07T05:31:56Z",
    "accessType": "<string>",
    "location": "<string>"
  },
  "type": "<string>",
  "accessType": "<string>",
  "location": "<string>",
  "creationDate": "2023-11-07T05:31:56Z",
  "createdBy": "<string>"
}
'
{
  "id": "<string>",
  "orgId": "<string>",
  "name": "<string>",
  "projectId": "<string>",
  "project": {
    "id": "<string>",
    "orgId": "<string>",
    "name": "<string>",
    "creationDate": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "type": "<string>",
    "description": "<string>",
    "note": "<string>",
    "launchDate": "2023-11-07T05:31:56Z",
    "endDate": "2023-11-07T05:31:56Z",
    "owner": "<string>",
    "vendor": "<string>",
    "reportDeadline": "<string>",
    "isRetestNeeded": true,
    "retestingLaunch": "2023-11-07T05:31:56Z",
    "retestingEnd": "2023-11-07T05:31:56Z",
    "accessType": "<string>",
    "location": "<string>"
  },
  "type": "<string>",
  "accessType": "<string>",
  "location": "<string>",
  "creationDate": "2023-11-07T05:31:56Z",
  "createdBy": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Body

id
string | null
orgId
string | null
name
string | null
projectId
string | null
project
object
type
string | null
accessType
string | null
location
string | null
creationDate
string<date-time>
createdBy
string | null

Response

OK

id
string | null
orgId
string | null
name
string | null
projectId
string | null
project
object
type
string | null
accessType
string | null
location
string | null
creationDate
string<date-time>
createdBy
string | null
Last modified on May 9, 2026