Skip to content

Commit dec28a9

Browse files
Update ruby-sdk.mdx
1 parent 20704e1 commit dec28a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/developer-tools/sdks/backend/ruby-sdk.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ If you configured a logout redirect url in Kinde, you’ll receive a logout call
379379
To have a new organization created within your application, you will need to run something like:
380380

381381
```ruby
382-
client.organizations.create_organization(create_organization_request: {name: "new_org"})
382+
client.organizations.create_organization(name: "new_org")
383383
```
384384

385385
### Sign up and sign in to organizations

0 commit comments

Comments
 (0)