api icon indicating copy to clipboard operation
api copied to clipboard

Protocol Buffers used by OpenFGA

Results 28 api issues
Sort by recently updated
recently updated
newest added

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.1 Dependencies Update x/net/http2 to address CVE-2023-45288 (#7352) metadata: remove String method from MD to make printing...

dependencies
go

## Description Add ForbiddenResponse for 403 error code ## References ## Review Checklist - [ ] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added...

## Description This PR adds the proto definition for the forthcoming `batch-check` endpoint. The associated swagger documentation update: ## References Overarching batch check RFC is coming soon and will be...

Store changes filter by start time ## Description Added optional `start_time` attribute to `/store/{id}/changes` API to allow streaming starting the given time stamp. ## References ## Review Checklist - [...

## Description Based on [this](https://github.com/openfga/openfga/issues/951) issue in the openfga repo, it was required to add contextual tuples support to the Expand API. And @miparnisari had broken down the steps for...

This PR adds functionality to convert Swagger 2.0 (OpenAPI v2) to OpenAPI v3 using api-spec-converter in the update_swagger.sh script. ## Description This PR enhances the `update_swagger.sh` script by adding the...

## Description Ran `buf config migrate` and `buf def update` and `buf generate` ## References - https://buf.build/docs/migration-guides/migrate-v2-config-files#how-to-migrate-to-a-v2-configuration

Here: https://github.com/openfga/api/blob/c96ec773cae9caf2a9536856bf1fa206a42ef7ef/openfga/v1/openfga_service.proto#L1134-L1159 the regexes are not checking for character length or many characters that are likely invalid such as Unicode control characters like U+0000 (null). _Originally posted by @senojj in...