[Beta] Update project's SSL enforcement configuration.
put
/v1/projects/{ref}/ssl-enforcementOAuth scopes
- database:write
The fine-grained token must include the following permissions to access this endpoint:
- database_ssl_config_write
Path parameters
- refRequiredstring
Project ref
Body
- requestedConfigRequiredobject
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
{ "currentConfig": { "database": true }, "appliedSuccessfully": true}