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: docs/AutomationToken.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**role** | Option<**String**> | The role on the token. |
9
9
**services** | Option<**Vec<String>**> | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. |
10
10
**scope** | Option<**String**> | A space-delimited list of authorization scope. | [default to Scope_Global]
11
-
**expires_at** | Option<**String**> | A UTC time-stamp of when the token expires. |
11
+
**expires_at** | Option<**String**> | A UTC timestamp of when the token expires. |
12
12
13
13
[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AutomationTokenCreateResponse.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,14 @@ Name | Type | Description | Notes
8
8
**role** | Option<**String**> | The role on the token. |
9
9
**services** | Option<**Vec<String>**> | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. |
10
10
**scope** | Option<**String**> | A space-delimited list of authorization scope. | [default to Scope_Global]
11
-
**expires_at** | Option<**String**> | A UTC time-stamp of when the token expires. |
12
-
**created_at** | Option<**String**> | A UTC time-stamp of when the token was created. | [readonly]
13
-
**deleted_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
14
-
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
11
+
**expires_at** | Option<**String**> | A UTC timestamp of when the token expires. |
Copy file name to clipboardExpand all lines: docs/AutomationTokenResponse.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,14 @@ Name | Type | Description | Notes
8
8
**role** | Option<**String**> | |
9
9
**services** | Option<**Vec<String>**> | (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account. |
10
10
**scope** | Option<**String**> | A space-delimited list of authorization scope. | [default to Scope_Global]
11
-
**expires_at** | Option<**String**> | (optional) A UTC time-stamp of when the token will expire. |
12
-
**created_at** | Option<**String**> | A UTC time-stamp of when the token was created. |
13
-
**deleted_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
14
-
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
11
+
**expires_at** | Option<**String**> | (optional) A UTC timestamp of when the token will expire. |
0 commit comments