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
Copy file name to clipboardExpand all lines: methods/admin/admin.analytics.getFile.json
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,20 +30,47 @@
30
30
]
31
31
},
32
32
"errors": {
33
+
"access_denied": "Access to a resource specified in the request is denied.",
34
+
"accesslimited": "Access to this method is limited on the current network.",
35
+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
33
36
"data_not_available": "The `date` was before the API became available.",
37
+
"deprecated_endpoint": "The endpoint has been deprecated.",
38
+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
39
+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
40
+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
34
41
"feature_not_available": "The user token does not belong to an Enterprise or Business+ team.",
35
42
"feature_not_enabled": "This feature is not enabled on your workspace.",
36
43
"file_not_found": "The analytics data for the `date` specified weren't found.",
37
44
"file_not_yet_available": "The analytics data for the `date` isn't available yet.",
45
+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
38
46
"invalid_arguments": "Arguments weren't fully provided. For example, the `date` argument wasn't passed.",
47
+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
48
+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
39
49
"invalid_date": "The `date` argument was invalid.",
50
+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
51
+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
40
52
"invalid_type": "The analytics data for the `type` specified weren't found.",
53
+
"is_bot": "This method cannot be called by a legacy bot.",
41
54
"member_analytics_disabled": "Member analytics are disabled for your organization.",
42
55
"metadata_not_available": "Metadata not available for the analytics `type` you provided.",
43
56
"metadata_only_does_not_support_date": "The `metadata_only` field gets the latest metadata file. The `date` field is not supported.",
57
+
"method_deprecated": "The method has been deprecated.",
58
+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
44
59
"missing_scope": "This token doesn't have the scope required.",
60
+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
61
+
"not_allowed_token_type": "The token type used in this request is not allowed.",
45
62
"not_an_admin": "The user token does not have admin privileges.",
63
+
"not_authed": "No authentication token provided.",
46
64
"org_level_email_display_disabled": "This API is unavailable for organizations with a _'Hide email addresses'_ policy.",
65
+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
66
+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
67
+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
68
+
"service_unavailable": "The service is temporarily unavailable.",
69
+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete.",
70
+
"token_expired": "Authentication token has expired.",
71
+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
72
+
"two_factor_setup_required": "Two factor setup is required.",
73
+
"unknown_method": "This method is currently not available.",
47
74
"user_cannot_manage_public_channels": "The user must have permissions to manage public channels at the Enterprise level."
Copy file name to clipboardExpand all lines: methods/admin/admin.apps.activities.list.json
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,11 +88,39 @@
88
88
]
89
89
},
90
90
"errors": {
91
+
"access_denied": "Access to a resource specified in the request is denied.",
92
+
"accesslimited": "Access to this method is limited on the current network.",
93
+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
94
+
"deprecated_endpoint": "The endpoint has been deprecated.",
95
+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
96
+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
97
+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
91
98
"internal_error": "Something went wrong on our end, please try again.",
92
-
"invalid_app_id": "App ID provided is not valid.",
93
99
"invalid_app": "App ID provided is not valid for team and user.",
100
+
"invalid_app_id": "App ID provided is not valid.",
101
+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
94
102
"invalid_args": "Required arguments either were not provided or contain invalid values.",
103
+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
104
+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
95
105
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
96
-
"invalid_team": "Team ID provided is not valid"
106
+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
107
+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
108
+
"invalid_team": "Team ID provided is not valid",
109
+
"is_bot": "This method cannot be called by a legacy bot.",
110
+
"method_deprecated": "The method has been deprecated.",
111
+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
112
+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
113
+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
114
+
"not_allowed_token_type": "The token type used in this request is not allowed.",
115
+
"not_authed": "No authentication token provided.",
116
+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
117
+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
118
+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
119
+
"service_unavailable": "The service is temporarily unavailable.",
120
+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete.",
121
+
"token_expired": "Authentication token has expired.",
122
+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
123
+
"two_factor_setup_required": "Two factor setup is required.",
124
+
"unknown_method": "This method is currently not available."
Copy file name to clipboardExpand all lines: methods/admin/admin.apps.approve.json
+31-3Lines changed: 31 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,48 @@
31
31
"examples": []
32
32
},
33
33
"errors": {
34
+
"access_denied": "Access to a resource specified in the request is denied.",
35
+
"accesslimited": "Access to this method is limited on the current network.",
36
+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
34
37
"app_management_app_not_installed_on_org": "The app management app must be installed on the org.",
35
38
"app_restricted_org_wide": "The app is already restricted org wide.",
36
39
"custom_integration_not_allowed_at_enterprise": "Returned when the install request is for custom integration app.",
40
+
"deprecated_endpoint": "The endpoint has been deprecated.",
41
+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
42
+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
43
+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
37
44
"feature_not_enabled": "Returned when the Admin APIs feature is not enabled for this team",
38
-
"invalid_request_id": "The `request_id` passed is invalid.",
39
45
"invalid_app_id": "The `app_id` passed is invalid.",
40
-
"org_resolution_required": "The `team_id` is in an Enterprise org while `app_id` is certified.",
46
+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
47
+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
48
+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
49
+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
50
+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
51
+
"invalid_request_id": "The `request_id` passed is invalid.",
41
52
"invalid_scopes": "Some of the provided scopes do not exist",
53
+
"is_bot": "This method cannot be called by a legacy bot.",
54
+
"method_deprecated": "The method has been deprecated.",
55
+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
56
+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
57
+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
58
+
"not_allowed_token_type": "The token type used in this request is not allowed.",
42
59
"not_an_admin": "This method is only accessible by org owners and admins",
60
+
"not_authed": "No authentication token provided.",
61
+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
62
+
"org_resolution_required": "The `team_id` is in an Enterprise org while `app_id` is certified.",
63
+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
43
64
"request_already_resolved": "The app request has already been resolved",
44
65
"request_id_or_app_id_is_required": "Must include a `request_id` or `app_id`",
45
66
"request_id_required_for_custom_integrations": "A `request_id` is required for custom integrations",
67
+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
68
+
"service_unavailable": "The service is temporarily unavailable.",
69
+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete.",
46
70
"team_not_found": "Returned when team id is not found.",
71
+
"token_expired": "Authentication token has expired.",
72
+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
47
73
"too_many_ids_provided": "Please provide only `app_id` OR `request_id`",
48
-
"too_many_teams_provided": "Please provide only `team_id` OR `enterprise_id`"
74
+
"too_many_teams_provided": "Please provide only `team_id` OR `enterprise_id`",
75
+
"two_factor_setup_required": "Two factor setup is required.",
76
+
"unknown_method": "This method is currently not available."
Copy file name to clipboardExpand all lines: methods/admin/admin.apps.approved.list.json
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,42 @@
40
40
]
41
41
},
42
42
"errors": {
43
+
"access_denied": "Access to a resource specified in the request is denied.",
44
+
"accesslimited": "Access to this method is limited on the current network.",
45
+
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
43
46
"app_management_app_not_installed_on_org": "The app management app must be installed on the org.",
47
+
"deprecated_endpoint": "The endpoint has been deprecated.",
48
+
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
49
+
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
50
+
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
44
51
"feature_not_enabled": "Returned when the Admin APIs feature is not enabled for this team",
45
52
"invalid_actor": "The provided actor_id is not a valid user or application",
53
+
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",
54
+
"invalid_array_arg": "The method was passed an array as an argument. Please only input valid strings.",
55
+
"invalid_charset": "The method was called via a POST request, but the charset specified in the Content-Type header was invalid. Valid charset names are: utf-8 iso-8859-1.",
46
56
"invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
57
+
"invalid_form_data": "The method was called via a POST request with Content-Type application/x-www-form-urlencoded or multipart/form-data, but the form data was either missing or syntactically invalid.",
58
+
"invalid_post_type": "The method was called via a POST request, but the specified Content-Type was invalid. Valid types are: application/json application/x-www-form-urlencoded multipart/form-data text/plain.",
59
+
"is_bot": "This method cannot be called by a legacy bot.",
60
+
"method_deprecated": "The method has been deprecated.",
61
+
"missing_post_type": "The method was called via a POST request and included a data payload, but the request did not include a Content-Type header.",
62
+
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
63
+
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
47
64
"not_allowed": "The user is not allowed to access this API method",
65
+
"not_allowed_token_type": "The token type used in this request is not allowed.",
48
66
"not_an_admin": "This method is only accessible by org/workspace owners and admins",
67
+
"not_authed": "No authentication token provided.",
68
+
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
69
+
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
70
+
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
71
+
"restricted_action": "User does not have permission to access method",
72
+
"service_unavailable": "The service is temporarily unavailable.",
73
+
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete.",
49
74
"team_not_found": "Returned when team id is not found.",
75
+
"token_expired": "Authentication token has expired.",
76
+
"token_revoked": "Authentication token is for a deleted user or workspace or the app has been removed when using a user token.",
50
77
"too_many_teams_provided": "Please provide only `team_id` OR `enterprise_id`.",
51
-
"restricted_action": "User does not have permission to access method"
78
+
"two_factor_setup_required": "Two factor setup is required.",
79
+
"unknown_method": "This method is currently not available."
0 commit comments