r2_edit_managed_domain_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Whether to enable public bucket access at the r2.dev domain
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-edit-managed-domain-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_edit_managed_domain_request",
  "title": "r2_edit_managed_domain_request",
  "example": {
    "enabled": true
  },
  "properties": {
    "enabled": {
      "description": "Whether to enable public bucket access at the r2.dev domain",
      "type": "boolean"
    }
  },
  "required": [
    "enabled"
  ],
  "type": "object"
}