openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

fix: require `TypeDefinitions` field in `WriteAuthorizationModel` RPC #9

Closed jon-whit closed 2 years ago

jon-whit commented 2 years ago

Description

This PR adds field validations to the WriteAuthorizationModel RPC that requires the TypeDefinitions field be provided in the request.

Review Checklist