Skip to content

Commit 2a8ca51

Browse files
vil02ewanharris
authored andcommitted
fix: update links
1 parent 4d2c51a commit 2a8ca51

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If your server is configured with [authentication enabled](https://openfga.dev/d
236236

237237
Get a paginated list of stores.
238238

239-
[API Documentation](https://openfga.dev/api/service/docs/api#/Stores/ListStores)
239+
[API Documentation](https://openfga.dev/api/service#/Stores/ListStores)
240240

241241
```python
242242
# from openfga_sdk.sync import OpenFgaClient
@@ -255,7 +255,7 @@ response = await fga_client.list_stores(options)
255255

256256
Create and initialize a store.
257257

258-
[API Documentation](https://openfga.dev/api/service/docs/api#/Stores/CreateStore)
258+
[API Documentation](https://openfga.dev/api/service#/Stores/CreateStore)
259259

260260
```python
261261
# from openfga_sdk import CreateStoreRequest, OpenFgaClient
@@ -275,7 +275,7 @@ response = await fga_client.create_store(body)
275275

276276
Get information about the current store.
277277

278-
[API Documentation](https://openfga.dev/api/service/docs/api#/Stores/GetStore)
278+
[API Documentation](https://openfga.dev/api/service#/Stores/GetStore)
279279

280280
> Requires a client initialized with a storeId
281281
@@ -294,7 +294,7 @@ response = await fga_client.get_store()
294294

295295
Delete a store.
296296

297-
[API Documentation](https://openfga.dev/api/service/docs/api#/Stores/DeleteStore)
297+
[API Documentation](https://openfga.dev/api/service#/Stores/DeleteStore)
298298

299299
> Requires a client initialized with a storeId
300300
@@ -1154,7 +1154,7 @@ If you have found a bug or if you have a feature request, please report them on
11541154

11551155
### Pull Requests
11561156

1157-
All changes made to this repo will be overwritten on the next generation, so we kindly ask that you send all pull requests related to the SDKs to the [sdk-generator repo](https://github.com/openfga/sdk-generator) instead.
1157+
While we accept Pull Requests on this repository, the SDKs are autogenerated so please consider additionally submitting your Pull Requests to the [sdk-generator](https://github.com/openfga/sdk-generator) and linking the two PRs together and to the corresponding issue. This will greatly assist the OpenFGA team in being able to give timely reviews as well as deploying fixes and updates to our other SDKs as well.
11581158

11591159
## Author
11601160

0 commit comments

Comments
 (0)