Skip to main content
PUT
/
api
/
v2
/
projects
/
{projectUuid}
/
parameters
cURL
curl --request PUT \
  --url http://api/v2/projects/{projectUuid}/parameters \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "results": "<any>",
  "status": "ok"
}

Path Parameters

projectUuid
string
required

Body

application/json · object

Construct a type with a set of properties K of type T

{key}
object

Response

Success

status
enum<string>
required
Available options:
ok
results
any