canonical / ofga

A wrapper library over the default OpenFGA client, packed with convenience methods for interacting with OpenFGA instances.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Add missing schemaVersion to CreateAuthModel method #17

Closed aaronalphonso closed 10 months ago

aaronalphonso commented 10 months ago

Description

The method to create authorization models is missing the schemaVersion param due to which it is not possible to create auth models via the ofga library right now. This PR addresses updates the createAuthModel method to add this missing parameter.

Fixes CSS-5147