Update Project Metadata
POST/v1/project/update/:project_id
deprecated
Edit project metadata.
Request
Path Parameters
project_id anyrequired
- application/json
Body
required
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
id Id (string)required
The project id
project_name
object
Project name to update
anyOf
string
description
object
Project description to update
anyOf
string
is_public
object
Should the project be public?
anyOf
boolean
is_public_to_org
object
Should the project be shared to the organization?
anyOf
boolean
slug
object
A new slug to use in project urls.
anyOf
string
privacy
object
The privacy of the project
anyOf
string
Possible values: [public, with_link, private, restricted]
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
result Result (string)
Default value: ok
{
"result": "ok"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...