Render · Schema

routePatch

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
priority integer Redirect and Rewrite Rules are applied in priority order starting at 0. Moves this route to the specified priority and adjusts other route priorities accordingly.
View JSON Schema on GitHub

JSON Schema

render-routepatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/routePatch",
  "title": "routePatch",
  "type": "object",
  "required": [
    "priority"
  ],
  "properties": {
    "priority": {
      "x-go-type": "*int",
      "type": "integer",
      "description": "Redirect and Rewrite Rules are applied in priority order starting at 0. Moves this route to the specified priority and adjusts other route priorities accordingly."
    }
  }
}