curl --request PATCH \
--url https://api.example.com/settings/git \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"git_allowed_domains": [
"<string>"
],
"git_repo_url": "<string>",
"git_repo_package_name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request PATCH \
--url https://api.example.com/settings/git \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"git_allowed_domains": [
"<string>"
],
"git_repo_url": "<string>",
"git_repo_package_name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?