-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Look for details in API documentation's changelog
- Loading branch information
Api (Codebuild)
committed
Jan 14, 2025
1 parent
e7849a2
commit 1900452
Showing
4,386 changed files
with
134,451 additions
and
26,257 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.4.0 | ||
7.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# ActivesessionGenerateFederationTokenV1Request | ||
|
||
Request for POST /1/object/activesession/generateFederationToken | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**fks_ezmaxcustomer_code** | **str** | The Ezmaxcustomer code | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.activesession_generate_federation_token_v1_request import ActivesessionGenerateFederationTokenV1Request | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of ActivesessionGenerateFederationTokenV1Request from a JSON string | ||
activesession_generate_federation_token_v1_request_instance = ActivesessionGenerateFederationTokenV1Request.from_json(json) | ||
# print the JSON string representation of the object | ||
print(ActivesessionGenerateFederationTokenV1Request.to_json()) | ||
|
||
# convert the object into a dict | ||
activesession_generate_federation_token_v1_request_dict = activesession_generate_federation_token_v1_request_instance.to_dict() | ||
# create an instance of ActivesessionGenerateFederationTokenV1Request from a dict | ||
activesession_generate_federation_token_v1_request_from_dict = ActivesessionGenerateFederationTokenV1Request.from_dict(activesession_generate_federation_token_v1_request_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# ActivesessionGenerateFederationTokenV1Response | ||
|
||
Response for POST /1/object/activesession/generateFederationToken | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | | | ||
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional] | ||
**m_payload** | [**ActivesessionGenerateFederationTokenV1ResponseMPayload**](ActivesessionGenerateFederationTokenV1ResponseMPayload.md) | | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.activesession_generate_federation_token_v1_response import ActivesessionGenerateFederationTokenV1Response | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of ActivesessionGenerateFederationTokenV1Response from a JSON string | ||
activesession_generate_federation_token_v1_response_instance = ActivesessionGenerateFederationTokenV1Response.from_json(json) | ||
# print the JSON string representation of the object | ||
print(ActivesessionGenerateFederationTokenV1Response.to_json()) | ||
|
||
# convert the object into a dict | ||
activesession_generate_federation_token_v1_response_dict = activesession_generate_federation_token_v1_response_instance.to_dict() | ||
# create an instance of ActivesessionGenerateFederationTokenV1Response from a dict | ||
activesession_generate_federation_token_v1_response_from_dict = ActivesessionGenerateFederationTokenV1Response.from_dict(activesession_generate_federation_token_v1_response_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
31 changes: 31 additions & 0 deletions
31
docs/ActivesessionGenerateFederationTokenV1ResponseMPayload.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ActivesessionGenerateFederationTokenV1ResponseMPayload | ||
|
||
Payload for POST /1/object/activesession/generateFederationToken | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**obj_apikeyfederation** | [**CustomApikeyfederation**](CustomApikeyfederation.md) | | | ||
**s_ezmaxcustomercode_url** | **str** | The url of the server the Ezmaxcustomer is located | | ||
|
||
## Example | ||
|
||
```python | ||
from eZmaxApi.models.activesession_generate_federation_token_v1_response_m_payload import ActivesessionGenerateFederationTokenV1ResponseMPayload | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of ActivesessionGenerateFederationTokenV1ResponseMPayload from a JSON string | ||
activesession_generate_federation_token_v1_response_m_payload_instance = ActivesessionGenerateFederationTokenV1ResponseMPayload.from_json(json) | ||
# print the JSON string representation of the object | ||
print(ActivesessionGenerateFederationTokenV1ResponseMPayload.to_json()) | ||
|
||
# convert the object into a dict | ||
activesession_generate_federation_token_v1_response_m_payload_dict = activesession_generate_federation_token_v1_response_m_payload_instance.to_dict() | ||
# create an instance of ActivesessionGenerateFederationTokenV1ResponseMPayload from a dict | ||
activesession_generate_federation_token_v1_response_m_payload_from_dict = ActivesessionGenerateFederationTokenV1ResponseMPayload.from_dict(activesession_generate_federation_token_v1_response_m_payload_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.