You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[createOrUpdateWorkspaceOAuthCredentials](docs/sdks/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
@@ -240,6 +251,7 @@ public class Application {
240
251
// handle exception
241
252
throw e;
242
253
}
254
+
243
255
}
244
256
}
245
257
```
@@ -299,6 +311,7 @@ public class Application {
299
311
// handle exception
300
312
throw e;
301
313
}
314
+
302
315
}
303
316
}
304
317
```
@@ -311,7 +324,7 @@ Handling errors in this SDK should largely match your expectations. All operati
|`contentType`|*String*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`organizationsResponse`|[Optional<? extends com.airbyte.api.models.shared.OrganizationsResponse>](../../models/shared/OrganizationsResponse.md)|:heavy_minus_sign:| List user's organizations. |
10
+
|`statusCode`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
11
+
|`rawResponse`|[HttpResponse<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`organizationId`|*Optional<? extends String>*|:heavy_minus_sign:| This is required if you want to read someone else's permissions, and you should have organization admin or a higher role. |
9
+
|`userId`|*Optional<? extends String>*|:heavy_minus_sign:| User Id in permission. |
0 commit comments