Skip to main content
PATCH
/
admin
/
settings
/
registry
Error
A valid request URL is required to generate request examples
{
  "git_repo_url": "<string>",
  "git_repo_package_name": "<string>",
  "git_allowed_domains": [
    "<string>"
  ]
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json

Update platform registry settings.

git_repo_url
string | null
git_repo_package_name
string | null
git_allowed_domains
string[] | null

Response

Successful Response

Platform registry settings response.

git_repo_url
string | null
git_repo_package_name
string | null
git_allowed_domains
string[] | null