Skip to content

Commit

Permalink
fix: schema list request
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Aug 26, 2024
1 parent d2ff480 commit 4894b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Apache-2.0 license",
"url": "https://github.com/Permify/permify/blob/master/LICENSE"
},
"version": "v1.0.2"
"version": "v1.0.3"
},
"servers": [
{
Expand Down Expand Up @@ -1424,7 +1424,7 @@
{
"label": "cURL",
"lang": "curl",
"source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/schemas/list' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n \"page_size\": \"10\",\n \"continuous_token\": \"\"\n}'"
"source": "curl --location --request POST 'localhost:3476/v1/tenants/{tenant_id}/schemas/list' \\\n--header 'Content-Type: application/json' \\\n--data-raw '{\n \"page_size\": 20,\n \"continuous_token\": \"\"\n}'"
}
],
"x-codegen-request-body-name": "body"
Expand Down

0 comments on commit 4894b26

Please sign in to comment.