Skip to content
Management API Reference

[Beta] Update project's SSL enforcement configuration.

put/v1/projects/{ref}/ssl-enforcement

OAuth scopes

  • database:write

Path parameters

  • ref
    Required
    string

    Project ref

Body

  • requestedConfig
    Required
    object

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
{
2
"currentConfig": {
3
"database": true
4
},
5
"appliedSuccessfully": true
6
}