diff --git a/docs/openapiv2/apidocs.swagger.json b/docs/openapiv2/apidocs.swagger.json index 426392a2..8c41a279 100644 --- a/docs/openapiv2/apidocs.swagger.json +++ b/docs/openapiv2/apidocs.swagger.json @@ -1695,7 +1695,8 @@ "HIGHER_CONSISTENCY" ], "default": "UNSPECIFIED", - "description": "Controls the consistency preferences when calling the query APIs.\n\n - UNSPECIFIED: Default if not set. Behavior will be the same as MINIMIZE_LATENCY\n - MINIMIZE_LATENCY: Minimize latency at the potential expense of higher consistency\n - HIGHER_CONSISTENCY: Prefer higher consistency, at the potential expense of increased latency" + "description": "- UNSPECIFIED: Default if not set. Behavior will be the same as MINIMIZE_LATENCY\n - MINIMIZE_LATENCY: Minimize latency at the potential expense of higher consistency\n - HIGHER_CONSISTENCY: Prefer higher consistency, at the potential expense of increased latency", + "title": "Controls the consistency preferences when calling the query APIs.\nbuf:lint:ignore ENUM_ZERO_VALUE_SUFFIX\nbuf:lint:ignore ENUM_VALUE_PREFIX" }, "ContextualTupleKeys": { "type": "object", diff --git a/proto/openfga/v1/openfga_service.pb.go b/proto/openfga/v1/openfga_service.pb.go index b1aa71a6..108d3ef4 100644 --- a/proto/openfga/v1/openfga_service.pb.go +++ b/proto/openfga/v1/openfga_service.pb.go @@ -28,6 +28,8 @@ const ( ) // Controls the consistency preferences when calling the query APIs. +// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX +// buf:lint:ignore ENUM_VALUE_PREFIX type ConsistencyPreference int32 const (