/
HA
hackgate
/
HackGATE Admin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 21m ago · Updated 2w ago
Details
Filter operations
Account
2
Analytics
13
Billing
2
Health
1
Organization
1
PIE
2
ProjectItems
4
get
/api/project-items
post
/api/project-items
get
/api/project-items/{id}
put
/api/project-items/{id}
Projects
4
Sites
25
ProjectItems
put
/api/project-items/{id}
Path parameters
id
string
required
Request body
ProjectItemUpdateRequest
required
name
string
required
projectId
string
nullable
type
string
nullable
accessType
string
nullable
location
string
nullable
Response
OK
ProjectItem
required
id
string
nullable
orgId
string
nullable
name
string
nullable
projectId
string
nullable
project
Project
type
string
nullable
accessType
string
nullable
location
string
nullable
creationDate
string
date-time
createdBy
string
nullable
Changes