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

Path Parameters

projectUuid
string
required

Body

application/json
upstreamProjectUuid
string | null

Response

Success

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