-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove missing nameOk field * Add optional world signature field * Add store ID field * Remove non-existent self invite endpoint * Change ShortName response to json * Add ios int * Add missing fields for instance * Add nullability to fields * Add acceptyedBy parameters to GetGroupInvites * Add badges to group (no idea what the type is, seems to always return []) * Add some of the assigned permissions props, not the data obj though * Remove self invite path * Add API Config docs * Re-add nameok as optional * Remove unused self invite example * Fix sub-schema format * Re-add needed types * Add storeId to LimitedWorld * Make limited store id nullable
- Loading branch information
1 parent
137a281
commit f232e2e
Showing
19 changed files
with
412 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
openapi/components/responses/instances/InstanceSelfInviteSuccess.yaml
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
openapi/components/responses/instances/InstanceShortNameResponse.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: Returns an instance secureName and/or shortName. | ||
content: | ||
text/plain: | ||
application/json: | ||
schema: | ||
$ref: ../../schemas/InstanceShortNameResponse.yaml |
Oops, something went wrong.