Skip to content

Commit 7d4b4a3

Browse files
authored
Update API.md
1 parent c786b72 commit 7d4b4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ curl -XPOST https://shuffler.io/api/v1/orgs/{org_id}/create_sub_org -H "Authoriz
969969

970970
**Success response**
971971
```
972-
{"success": true, "reason": "Successfully created new sub-org"}
972+
{"success": true, "id": "<new org uuid>", "reason": "Successfully created new sub-org"}
973973
```
974974

975975
### Change current Organization

0 commit comments

Comments
 (0)