zernio-sdk 0.0.828 → 0.0.829
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/docs/AccountsApi.md +1 -1
- data/lib/zernio-sdk/api/accounts_api.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +1 -1
- data/spec/api/accounts_api_spec.rb +1 -1
- metadata +1750 -1750
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e928adf661198cd11d538892669a1091a9a6446c4f9ec8dbf863ea38be997258
|
|
4
|
+
data.tar.gz: 6428f93dc05fa0caf91c561c9f3a19600421dd464d6dca11a3cedc1ba7c4d15b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0ea149f56866e68e3a1dbd73ed9fe948b009662ad8a09ba209cf898a77e86b4d4595366516878fb1fc60574cc311e11796c2b5512540e4489b01964fd2dc6c7
|
|
7
|
+
data.tar.gz: a141593090f2ec584a2c2f139ef6cf803bfd81a5b55171d1c4667173f4f6d9d7d348b066b11c5413362541593f7aa52544d1bb547e95aff2449ce84fd4a2ca2c
|
data/docs/AccountsApi.md
CHANGED
|
@@ -26,7 +26,7 @@ All URIs are relative to *https://zernio.com/api*
|
|
|
26
26
|
|
|
27
27
|
Disconnect account
|
|
28
28
|
|
|
29
|
-
Disconnects and removes a connected social account.
|
|
29
|
+
Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
|
|
30
30
|
|
|
31
31
|
### Examples
|
|
32
32
|
|
|
@@ -20,7 +20,7 @@ module Zernio
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# Disconnect account
|
|
23
|
-
# Disconnects and removes a connected social account.
|
|
23
|
+
# Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
|
|
24
24
|
# @param account_id [String]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
26
|
# @return [DeleteAccountGroup200Response]
|
|
@@ -30,7 +30,7 @@ module Zernio
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Disconnect account
|
|
33
|
-
# Disconnects and removes a connected social account.
|
|
33
|
+
# Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
|
|
34
34
|
# @param account_id [String]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
36
|
# @return [Array<(DeleteAccountGroup200Response, Integer, Hash)>] DeleteAccountGroup200Response data, response status code and response headers
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -16910,7 +16910,7 @@ paths:
|
|
|
16910
16910
|
operationId: deleteAccount
|
|
16911
16911
|
tags: [Accounts]
|
|
16912
16912
|
summary: Disconnect account
|
|
16913
|
-
description: Disconnects and removes a connected social account.
|
|
16913
|
+
description: 'Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.'
|
|
16914
16914
|
parameters:
|
|
16915
16915
|
- name: accountId
|
|
16916
16916
|
in: path
|
|
@@ -34,7 +34,7 @@ describe 'AccountsApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for delete_account
|
|
36
36
|
# Disconnect account
|
|
37
|
-
# Disconnects and removes a connected social account.
|
|
37
|
+
# Disconnects and removes a connected social account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.
|
|
38
38
|
# @param account_id
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [DeleteAccountGroup200Response]
|