Error
A valid request URL is required to generate request examples{
"authEnabled": true,
"providers": [
{
"provider": "google",
"enabled": true,
"configured": true,
"expectedSecretKeys": [
"<string>"
],
"configuredSecretKeys": [
"<string>"
],
"helpUrl": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Settings
Update project auth settings
Updates the enabled state for a project auth provider and optionally stores provider secrets.
POST
/
v0
/
api
/
projects
/
{projectGroupId}
/
settings
/
auth
Error
A valid request URL is required to generate request examples{
"authEnabled": true,
"providers": [
{
"provider": "google",
"enabled": true,
"configured": true,
"expectedSecretKeys": [
"<string>"
],
"configuredSecretKeys": [
"<string>"
],
"helpUrl": "<string>"
}
]
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Authorizations
Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:
Path Parameters
Body
application/json
Was this page helpful?