Skip to content

Commit

Permalink
Deploying from phrase/openapi@162325b4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Jan 17, 2024
1 parent 3827c45 commit 22dccc8
Show file tree
Hide file tree
Showing 258 changed files with 466 additions and 726 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public class AccountsApiExample {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AccountsApi apiInstance = new AccountsApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down
6 changes: 2 additions & 4 deletions docs/AccountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AccountsApi apiInstance = new AccountsApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -118,8 +117,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AccountsApi apiInstance = new AccountsApi(defaultClient);
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
Expand Down
15 changes: 5 additions & 10 deletions docs/AuthorizationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AuthorizationsApi apiInstance = new AuthorizationsApi(defaultClient);
AuthorizationCreateParameters authorizationCreateParameters = new AuthorizationCreateParameters(); // AuthorizationCreateParameters |
Expand Down Expand Up @@ -121,8 +120,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AuthorizationsApi apiInstance = new AuthorizationsApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -199,8 +197,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AuthorizationsApi apiInstance = new AuthorizationsApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -278,8 +275,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AuthorizationsApi apiInstance = new AuthorizationsApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -359,8 +355,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

AuthorizationsApi apiInstance = new AuthorizationsApi(defaultClient);
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
Expand Down
9 changes: 3 additions & 6 deletions docs/BitbucketSyncApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BitbucketSyncApi apiInstance = new BitbucketSyncApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -121,8 +120,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BitbucketSyncApi apiInstance = new BitbucketSyncApi(defaultClient);
String id = "id_example"; // String | ID
Expand Down Expand Up @@ -201,8 +199,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BitbucketSyncApi apiInstance = new BitbucketSyncApi(defaultClient);
String xPhraseAppOTP = "xPhraseAppOTP_example"; // String | Two-Factor-Authentication token (optional)
Expand Down
15 changes: 5 additions & 10 deletions docs/BlacklistedKeysApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BlacklistedKeysApi apiInstance = new BlacklistedKeysApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -123,8 +122,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BlacklistedKeysApi apiInstance = new BlacklistedKeysApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -203,8 +201,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BlacklistedKeysApi apiInstance = new BlacklistedKeysApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -284,8 +281,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BlacklistedKeysApi apiInstance = new BlacklistedKeysApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -367,8 +363,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BlacklistedKeysApi apiInstance = new BlacklistedKeysApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down
21 changes: 7 additions & 14 deletions docs/BranchesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -124,8 +123,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -205,8 +203,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -285,8 +282,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -367,8 +363,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -448,8 +443,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -531,8 +525,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

BranchesApi apiInstance = new BranchesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down
12 changes: 4 additions & 8 deletions docs/CommentReactionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentReactionsApi apiInstance = new CommentReactionsApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -129,8 +128,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentReactionsApi apiInstance = new CommentReactionsApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -216,8 +214,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentReactionsApi apiInstance = new CommentReactionsApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -304,8 +301,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentReactionsApi apiInstance = new CommentReactionsApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down
18 changes: 6 additions & 12 deletions docs/CommentRepliesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -141,8 +140,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -229,8 +227,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -316,8 +313,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -403,8 +399,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down Expand Up @@ -490,8 +485,7 @@ public class Example {
// Configure API key authorization: Token
ApiKeyAuth Token = (ApiKeyAuth) defaultClient.getAuthentication("Token");
Token.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Token.setApiKeyPrefix("Token");
Token.setApiKeyPrefix("token");

CommentRepliesApi apiInstance = new CommentRepliesApi(defaultClient);
String projectId = "projectId_example"; // String | Project ID
Expand Down
Loading

0 comments on commit 22dccc8

Please sign in to comment.