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: doc/AntifraudApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
56
56
### HTTP request headers
57
57
58
58
-**Content-Type**: application/json
59
-
-**Accept**: application/vnd.conekta-v2.1.0+json
59
+
-**Accept**: application/vnd.conekta-v2.2.0+json
60
60
61
61
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
62
62
@@ -99,7 +99,7 @@ Name | Type | Description | Notes
99
99
### HTTP request headers
100
100
101
101
-**Content-Type**: application/json
102
-
-**Accept**: application/vnd.conekta-v2.1.0+json
102
+
-**Accept**: application/vnd.conekta-v2.2.0+json
103
103
104
104
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
105
105
@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144
144
### HTTP request headers
145
145
146
146
-**Content-Type**: Not defined
147
-
-**Accept**: application/vnd.conekta-v2.1.0+json
147
+
-**Accept**: application/vnd.conekta-v2.2.0+json
148
148
149
149
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
150
150
@@ -189,7 +189,7 @@ Name | Type | Description | Notes
189
189
### HTTP request headers
190
190
191
191
-**Content-Type**: Not defined
192
-
-**Accept**: application/vnd.conekta-v2.1.0+json
192
+
-**Accept**: application/vnd.conekta-v2.2.0+json
193
193
194
194
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
195
195
@@ -232,7 +232,7 @@ Name | Type | Description | Notes
232
232
### HTTP request headers
233
233
234
234
-**Content-Type**: Not defined
235
-
-**Accept**: application/vnd.conekta-v2.1.0+json
235
+
-**Accept**: application/vnd.conekta-v2.2.0+json
236
236
237
237
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
238
238
@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275
275
### HTTP request headers
276
276
277
277
-**Content-Type**: Not defined
278
-
-**Accept**: application/vnd.conekta-v2.1.0+json
278
+
-**Accept**: application/vnd.conekta-v2.2.0+json
279
279
280
280
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: doc/ApiKeyResponseOnDelete.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
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
15
15
**prefix** | **String** | The first few characters of the authentication_token | [optional]
16
16
**id** | **String** | Unique identifier of the api key | [optional]
17
17
**object** | **String** | Object name, value is 'api_key' | [optional]
18
-
**deleted** | **bool** | Indicates if the api key was deleted | [optional]
18
+
**lastUsedAt** | **int** | Unix timestamp in seconds with the api key was used | [optional]
19
19
**role** | **String** | Indicates if the api key is private or public | [optional]
20
20
21
21
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments