We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29123c commit 8f5248dCopy full SHA for 8f5248d
1 file changed
src/mastodon/rest/v1/app-repository.ts
@@ -9,7 +9,7 @@ export interface CreateAppParams {
9
* To display the authorization code to the user instead of redirecting to a web page,
10
* use `urn:ietf:wg:oauth:2.0:oob` in this parameter.
11
*/
12
- readonly redirectUris: string;
+ readonly redirectUris: string | readonly string[];
13
/** Space separated list of scopes. If none is provided, defaults to `read`. */
14
readonly scopes: string;
15
/** URL to the homepage of your app */
0 commit comments