Routing Rules

Create a routing rule

Creates a routing rule with metadata and optional model, plugin, priority, and matching configuration. Rules default to disabled when enabled is omitted.

post/v2/routing-rules

Request body

display_namestring required
descriptionstring
project_idstring

Optional project scope. Omit for a workspace-wide rule.

enabledboolean

Whether the rule is active. Defaults to false when omitted.

priorityinteger

Response

Routing rule created successfully

_idstring required
created_atstring date-time required
updated_atstring date-time required
created_by_idstring required
updated_by_idstring required
project_idstring required

Project that contains the rule. Empty for workspace-wide rules.

display_namestring required

Human-readable routing-rule name.

descriptionstring required
enabledboolean required
priorityinteger required

Evaluation order. Lower values are evaluated first.

Changes

Changed in 14 of the 257 revisions of this API.13559143

  • addad33219df1718See the full diff
    • the request property models_config/models became not nullable

      request-property-became-not-nullable

    • removed the enum value fallback of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value latency_based of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value round_robin of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value weighted of the request property models_config/mode

      request-property-enum-value-removed

    • the priority request property type/format changed from integer/int64 to integer/int32

      request-property-type-changed

    • the response property expression/cel became optional for the status 201

      response-property-became-optional

    • the response property models_config/mode became optional for the status 201

      response-property-became-optional

    • the response property models_config/models became optional for the status 201

      response-property-became-optional

    • the response property models_config/models/items/model became optional for the status 201

      response-property-became-optional

    • the description response property's maxLength was unset from 2048 for the response status 201

      response-property-max-length-unset

    • the display_name response property's maxLength was unset from 256 for the response status 201

      response-property-max-length-unset

    • the expression/cel response property's maxLength was unset from 2000 for the response status 201

      response-property-max-length-unset

    • the models_config/models response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the display_name response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the expression/cel response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the models_config/models/items/model response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • added the new optional request property cache_config

      new-optional-request-property

    • added the new optional request property expression/config

      new-optional-request-property

    • added the new optional request property plugins

      new-optional-request-property

    • the request property expression/cel became optional

      request-property-became-optional

    • the request property models_config/mode became optional

      request-property-became-optional

    • the request property models_config/models became optional

      request-property-became-optional

    • the request property models_config/models/items/model became optional

      request-property-became-optional

    • the display_name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the models_config/models/items/model request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property cache_config to the response with the 201 status

      response-optional-property-added

    • the response property description became required for the status 201

      response-property-became-required

    • removed the fallback enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the latency_based enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the round_robin enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the weighted enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • added the required property plugins to the response with the 201 status

      response-required-property-added

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 1586760a252f121412See the full diff
    • request property models_config/mode was restricted to a list of enum values

      request-property-became-enum

    • the request property expression/cel became required

      request-property-became-required

    • the request property models_config/mode became required

      request-property-became-required

    • the request property models_config/models became required

      request-property-became-required

    • the request property models_config/models/items/model became required

      request-property-became-required

    • the models_config/models request property's minItems was increased to 1

      request-property-min-items-increased

    • the display_name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the models_config/models/items/model request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the response property models_config/models became nullable for the status 201

      response-property-became-nullable

    • the response property description became optional for the status 201

      response-property-became-optional

    • the priority response's property type/format changed from integer/int32 to integer/int64 for status 201

      response-property-type-changed

    • removed the required property plugins from the response with the 201 status

      response-required-property-removed

    • the description request property's maxLength was set to 2048

      request-property-max-length-set

    • the display_name request property's maxLength was set to 256

      request-property-max-length-set

    • the expression/cel request property's maxLength was set to 2000

      request-property-max-length-set

    • the models_config/models/items/weight request property's max was set to 1.00

      request-property-max-set

    • the models_config/models/items/weight request property's min was set to 0.00

      request-property-min-set

    • the priority request property's min was set to 0.00

      request-property-min-set

    • removed the request property cache_config

      request-property-removed

    • removed the request property expression/config

      request-property-removed

    • removed the request property plugins

      request-property-removed

    • removed the optional property cache_config from the response with the 201 status

      response-optional-property-removed

    • added the new fallback enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new latency_based enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new round_robin enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new weighted enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • the request property models_config/models became nullable

      request-property-became-nullable

    • added the new fallback enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new latency_based enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new round_robin enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new weighted enum value to the request property models_config/mode

      request-property-enum-value-added

    • the priority request property type/format was generalized from integer/int32 to integer/int64

      request-property-type-generalized

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • the response property expression/cel became required for the status 201

      response-property-became-required

    • the response property models_config/mode became required for the status 201

      response-property-became-required

    • the response property models_config/models became required for the status 201

      response-property-became-required

    • the response property models_config/models/items/model became required for the status 201

      response-property-became-required

    This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4fdc24e562eb1718See the full diff
    • the request property models_config/models became not nullable

      request-property-became-not-nullable

    • removed the enum value fallback of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value latency_based of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value round_robin of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value weighted of the request property models_config/mode

      request-property-enum-value-removed

    • the priority request property type/format changed from integer/int64 to integer/int32

      request-property-type-changed

    • the response property expression/cel became optional for the status 201

      response-property-became-optional

    • the response property models_config/mode became optional for the status 201

      response-property-became-optional

    • the response property models_config/models became optional for the status 201

      response-property-became-optional

    • the response property models_config/models/items/model became optional for the status 201

      response-property-became-optional

    • the description response property's maxLength was unset from 2048 for the response status 201

      response-property-max-length-unset

    • the display_name response property's maxLength was unset from 256 for the response status 201

      response-property-max-length-unset

    • the expression/cel response property's maxLength was unset from 2000 for the response status 201

      response-property-max-length-unset

    • the models_config/models response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the display_name response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the expression/cel response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the models_config/models/items/model response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • added the new optional request property cache_config

      new-optional-request-property

    • added the new optional request property expression/config

      new-optional-request-property

    • added the new optional request property plugins

      new-optional-request-property

    • the request property expression/cel became optional

      request-property-became-optional

    • the request property models_config/mode became optional

      request-property-became-optional

    • the request property models_config/models became optional

      request-property-became-optional

    • the request property models_config/models/items/model became optional

      request-property-became-optional

    • the display_name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the models_config/models/items/model request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property cache_config to the response with the 201 status

      response-optional-property-added

    • the response property description became required for the status 201

      response-property-became-required

    • removed the fallback enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the latency_based enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the round_robin enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the weighted enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • added the required property plugins to the response with the 201 status

      response-required-property-added

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • be3fe58ce389121412See the full diff
    • request property models_config/mode was restricted to a list of enum values

      request-property-became-enum

    • the request property expression/cel became required

      request-property-became-required

    • the request property models_config/mode became required

      request-property-became-required

    • the request property models_config/models became required

      request-property-became-required

    • the request property models_config/models/items/model became required

      request-property-became-required

    • the models_config/models request property's minItems was increased to 1

      request-property-min-items-increased

    • the display_name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the models_config/models/items/model request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the response property models_config/models became nullable for the status 201

      response-property-became-nullable

    • the response property description became optional for the status 201

      response-property-became-optional

    • the priority response's property type/format changed from integer/int32 to integer/int64 for status 201

      response-property-type-changed

    • removed the required property plugins from the response with the 201 status

      response-required-property-removed

    • the description request property's maxLength was set to 2048

      request-property-max-length-set

    • the display_name request property's maxLength was set to 256

      request-property-max-length-set

    • the expression/cel request property's maxLength was set to 2000

      request-property-max-length-set

    • the models_config/models/items/weight request property's max was set to 1.00

      request-property-max-set

    • the models_config/models/items/weight request property's min was set to 0.00

      request-property-min-set

    • the priority request property's min was set to 0.00

      request-property-min-set

    • removed the request property cache_config

      request-property-removed

    • removed the request property expression/config

      request-property-removed

    • removed the request property plugins

      request-property-removed

    • removed the optional property cache_config from the response with the 201 status

      response-optional-property-removed

    • added the new fallback enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new latency_based enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new round_robin enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new weighted enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • the request property models_config/models became nullable

      request-property-became-nullable

    • added the new fallback enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new latency_based enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new round_robin enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new weighted enum value to the request property models_config/mode

      request-property-enum-value-added

    • the priority request property type/format was generalized from integer/int32 to integer/int64

      request-property-type-generalized

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • the response property expression/cel became required for the status 201

      response-property-became-required

    • the response property models_config/mode became required for the status 201

      response-property-became-required

    • the response property models_config/models became required for the status 201

      response-property-became-required

    • the response property models_config/models/items/model became required for the status 201

      response-property-became-required

    This revision also has 175 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f54fa34db0f41718See the full diff
    • the request property models_config/models became not nullable

      request-property-became-not-nullable

    • removed the enum value fallback of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value latency_based of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value round_robin of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value weighted of the request property models_config/mode

      request-property-enum-value-removed

    • the priority request property type/format changed from integer/int64 to integer/int32

      request-property-type-changed

    • the response property expression/cel became optional for the status 201

      response-property-became-optional

    • the response property models_config/mode became optional for the status 201

      response-property-became-optional

    • the response property models_config/models became optional for the status 201

      response-property-became-optional

    • the response property models_config/models/items/model became optional for the status 201

      response-property-became-optional

    • the description response property's maxLength was unset from 2048 for the response status 201

      response-property-max-length-unset

    • the display_name response property's maxLength was unset from 256 for the response status 201

      response-property-max-length-unset

    • the expression/cel response property's maxLength was unset from 2000 for the response status 201

      response-property-max-length-unset

    • the models_config/models response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the display_name response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the expression/cel response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the models_config/models/items/model response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • added the new optional request property cache_config

      new-optional-request-property

    • added the new optional request property expression/config

      new-optional-request-property

    • added the new optional request property plugins

      new-optional-request-property

    • the request property expression/cel became optional

      request-property-became-optional

    • the request property models_config/mode became optional

      request-property-became-optional

    • the request property models_config/models became optional

      request-property-became-optional

    • the request property models_config/models/items/model became optional

      request-property-became-optional

    • the display_name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the models_config/models/items/model request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property cache_config to the response with the 201 status

      response-optional-property-added

    • the response property description became required for the status 201

      response-property-became-required

    • removed the fallback enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the latency_based enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the round_robin enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the weighted enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • added the required property plugins to the response with the 201 status

      response-required-property-added

    This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ed68e8b009d7121412See the full diff
    • request property models_config/mode was restricted to a list of enum values

      request-property-became-enum

    • the request property expression/cel became required

      request-property-became-required

    • the request property models_config/mode became required

      request-property-became-required

    • the request property models_config/models became required

      request-property-became-required

    • the request property models_config/models/items/model became required

      request-property-became-required

    • the models_config/models request property's minItems was increased to 1

      request-property-min-items-increased

    • the display_name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the models_config/models/items/model request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the response property models_config/models became nullable for the status 201

      response-property-became-nullable

    • the response property description became optional for the status 201

      response-property-became-optional

    • the priority response's property type/format changed from integer/int32 to integer/int64 for status 201

      response-property-type-changed

    • removed the required property plugins from the response with the 201 status

      response-required-property-removed

    • the description request property's maxLength was set to 2048

      request-property-max-length-set

    • the display_name request property's maxLength was set to 256

      request-property-max-length-set

    • the expression/cel request property's maxLength was set to 2000

      request-property-max-length-set

    • the models_config/models/items/weight request property's max was set to 1.00

      request-property-max-set

    • the models_config/models/items/weight request property's min was set to 0.00

      request-property-min-set

    • the priority request property's min was set to 0.00

      request-property-min-set

    • removed the request property cache_config

      request-property-removed

    • removed the request property expression/config

      request-property-removed

    • removed the request property plugins

      request-property-removed

    • removed the optional property cache_config from the response with the 201 status

      response-optional-property-removed

    • added the new fallback enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new latency_based enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new round_robin enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new weighted enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • the request property models_config/models became nullable

      request-property-became-nullable

    • added the new fallback enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new latency_based enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new round_robin enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new weighted enum value to the request property models_config/mode

      request-property-enum-value-added

    • the priority request property type/format was generalized from integer/int32 to integer/int64

      request-property-type-generalized

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • the response property expression/cel became required for the status 201

      response-property-became-required

    • the response property models_config/mode became required for the status 201

      response-property-became-required

    • the response property models_config/models became required for the status 201

      response-property-became-required

    • the response property models_config/models/items/model became required for the status 201

      response-property-became-required

    This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d46bd23ae34c1718See the full diff
    • the request property models_config/models became not nullable

      request-property-became-not-nullable

    • removed the enum value fallback of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value latency_based of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value round_robin of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value weighted of the request property models_config/mode

      request-property-enum-value-removed

    • the priority request property type/format changed from integer/int64 to integer/int32

      request-property-type-changed

    • the response property expression/cel became optional for the status 201

      response-property-became-optional

    • the response property models_config/mode became optional for the status 201

      response-property-became-optional

    • the response property models_config/models became optional for the status 201

      response-property-became-optional

    • the response property models_config/models/items/model became optional for the status 201

      response-property-became-optional

    • the description response property's maxLength was unset from 2048 for the response status 201

      response-property-max-length-unset

    • the display_name response property's maxLength was unset from 256 for the response status 201

      response-property-max-length-unset

    • the expression/cel response property's maxLength was unset from 2000 for the response status 201

      response-property-max-length-unset

    • the models_config/models response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the display_name response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the expression/cel response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the models_config/models/items/model response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • added the new optional request property cache_config

      new-optional-request-property

    • added the new optional request property expression/config

      new-optional-request-property

    • added the new optional request property plugins

      new-optional-request-property

    • the request property expression/cel became optional

      request-property-became-optional

    • the request property models_config/mode became optional

      request-property-became-optional

    • the request property models_config/models became optional

      request-property-became-optional

    • the request property models_config/models/items/model became optional

      request-property-became-optional

    • the display_name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the models_config/models/items/model request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property cache_config to the response with the 201 status

      response-optional-property-added

    • the response property description became required for the status 201

      response-property-became-required

    • removed the fallback enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the latency_based enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the round_robin enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the weighted enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • added the required property plugins to the response with the 201 status

      response-required-property-added

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f459ad9381eb121412See the full diff
    • request property models_config/mode was restricted to a list of enum values

      request-property-became-enum

    • the request property expression/cel became required

      request-property-became-required

    • the request property models_config/mode became required

      request-property-became-required

    • the request property models_config/models became required

      request-property-became-required

    • the request property models_config/models/items/model became required

      request-property-became-required

    • the models_config/models request property's minItems was increased to 1

      request-property-min-items-increased

    • the display_name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the models_config/models/items/model request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the response property models_config/models became nullable for the status 201

      response-property-became-nullable

    • the response property description became optional for the status 201

      response-property-became-optional

    • the priority response's property type/format changed from integer/int32 to integer/int64 for status 201

      response-property-type-changed

    • removed the required property plugins from the response with the 201 status

      response-required-property-removed

    • the description request property's maxLength was set to 2048

      request-property-max-length-set

    • the display_name request property's maxLength was set to 256

      request-property-max-length-set

    • the expression/cel request property's maxLength was set to 2000

      request-property-max-length-set

    • the models_config/models/items/weight request property's max was set to 1.00

      request-property-max-set

    • the models_config/models/items/weight request property's min was set to 0.00

      request-property-min-set

    • the priority request property's min was set to 0.00

      request-property-min-set

    • removed the request property cache_config

      request-property-removed

    • removed the request property expression/config

      request-property-removed

    • removed the request property plugins

      request-property-removed

    • removed the optional property cache_config from the response with the 201 status

      response-optional-property-removed

    • added the new fallback enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new latency_based enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new round_robin enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new weighted enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • the request property models_config/models became nullable

      request-property-became-nullable

    • added the new fallback enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new latency_based enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new round_robin enum value to the request property models_config/mode

      request-property-enum-value-added

    • added the new weighted enum value to the request property models_config/mode

      request-property-enum-value-added

    • the priority request property type/format was generalized from integer/int32 to integer/int64

      request-property-type-generalized

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • the response property expression/cel became required for the status 201

      response-property-became-required

    • the response property models_config/mode became required for the status 201

      response-property-became-required

    • the response property models_config/models became required for the status 201

      response-property-became-required

    • the response property models_config/models/items/model became required for the status 201

      response-property-became-required

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • deb8d376faee1718See the full diff
    • the request property models_config/models became not nullable

      request-property-became-not-nullable

    • removed the enum value fallback of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value latency_based of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value round_robin of the request property models_config/mode

      request-property-enum-value-removed

    • removed the enum value weighted of the request property models_config/mode

      request-property-enum-value-removed

    • the priority request property type/format changed from integer/int64 to integer/int32

      request-property-type-changed

    • the response property expression/cel became optional for the status 201

      response-property-became-optional

    • the response property models_config/mode became optional for the status 201

      response-property-became-optional

    • the response property models_config/models became optional for the status 201

      response-property-became-optional

    • the response property models_config/models/items/model became optional for the status 201

      response-property-became-optional

    • the description response property's maxLength was unset from 2048 for the response status 201

      response-property-max-length-unset

    • the display_name response property's maxLength was unset from 256 for the response status 201

      response-property-max-length-unset

    • the expression/cel response property's maxLength was unset from 2000 for the response status 201

      response-property-max-length-unset

    • the models_config/models response property's minItems was decreased from 1 to 0 for the response status 201

      response-property-min-items-decreased

    • the display_name response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the expression/cel response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • the models_config/models/items/model response property's minLength was decreased from 1 to 0 for the response status 201

      response-property-min-length-decreased

    • added the new optional request property cache_config

      new-optional-request-property

    • added the new optional request property expression/config

      new-optional-request-property

    • added the new optional request property plugins

      new-optional-request-property

    • the request property expression/cel became optional

      request-property-became-optional

    • the request property models_config/mode became optional

      request-property-became-optional

    • the request property models_config/models became optional

      request-property-became-optional

    • the request property models_config/models/items/model became optional

      request-property-became-optional

    • the display_name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the models_config/models/items/model request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • added the optional property cache_config to the response with the 201 status

      response-optional-property-added

    • the response property description became required for the status 201

      response-property-became-required

    • removed the fallback enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the latency_based enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the round_robin enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • removed the weighted enum value from the models_config/mode response property for the response status 201

      response-property-enum-value-removed

    • added the required property plugins to the response with the 201 status

      response-required-property-added

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 2f27caf6888c11See the full diff
    • added the new latency_based enum value to the models_config/mode response property for the response status 201

      response-property-enum-value-added

    • added the new latency_based enum value to the request property models_config/mode

      request-property-enum-value-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 257 revisions, 71 have no diff computed.