Skip to content

Commit

Permalink
Look for details in API documentation's changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Api (Codebuild) committed Mar 28, 2024
1 parent e0434bd commit ab8db75
Show file tree
Hide file tree
Showing 4,000 changed files with 47,984 additions and 29,088 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
342 changes: 300 additions & 42 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.4.0
143 changes: 120 additions & 23 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ActivesessionGetCurrentV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ActivesessionGetCurrentV1Response from a JSON string
activesession_get_current_v1_response_instance = ActivesessionGetCurrentV1Response.from_json(json)
# print the JSON string representation of the object
print ActivesessionGetCurrentV1Response.to_json()
print(ActivesessionGetCurrentV1Response.to_json())

# convert the object into a dict
activesession_get_current_v1_response_dict = activesession_get_current_v1_response_instance.to_dict()
Expand Down
4 changes: 3 additions & 1 deletion docs/ActivesessionGetCurrentV1ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Name | Type | Description | Notes
**pks_customer_code** | **str** | The customer code assigned to your account |
**fki_systemconfigurationtype_id** | **int** | The unique ID of the Systemconfigurationtype |
**fki_signature_id** | **int** | The unique ID of the Signature | [optional]
**b_systemconfiguration_ezsignpaidbyoffice** | **bool** | Whether if Ezsign is paid by the company or not | [optional]
**e_systemconfiguration_ezsignofficeplan** | [**FieldESystemconfigurationEzsignofficeplan**](FieldESystemconfigurationEzsignofficeplan.md) | | [optional]
**e_user_ezsignaccess** | [**FieldEUserEzsignaccess**](FieldEUserEzsignaccess.md) | |
**e_user_ezsignprepaid** | [**FieldEUserEzsignprepaid**](FieldEUserEzsignprepaid.md) | | [optional]
**dt_user_ezsignprepaidexpiration** | **str** | The eZsign prepaid expiration date | [optional]
Expand All @@ -36,7 +38,7 @@ json = "{}"
# create an instance of ActivesessionGetCurrentV1ResponseMPayload from a JSON string
activesession_get_current_v1_response_m_payload_instance = ActivesessionGetCurrentV1ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ActivesessionGetCurrentV1ResponseMPayload.to_json()
print(ActivesessionGetCurrentV1ResponseMPayload.to_json())

# convert the object into a dict
activesession_get_current_v1_response_m_payload_dict = activesession_get_current_v1_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivesessionGetListV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ActivesessionGetListV1Response from a JSON string
activesession_get_list_v1_response_instance = ActivesessionGetListV1Response.from_json(json)
# print the JSON string representation of the object
print ActivesessionGetListV1Response.to_json()
print(ActivesessionGetListV1Response.to_json())

# convert the object into a dict
activesession_get_list_v1_response_dict = activesession_get_list_v1_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivesessionGetListV1ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ActivesessionGetListV1ResponseMPayload from a JSON string
activesession_get_list_v1_response_m_payload_instance = ActivesessionGetListV1ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ActivesessionGetListV1ResponseMPayload.to_json()
print(ActivesessionGetListV1ResponseMPayload.to_json())

# convert the object into a dict
activesession_get_list_v1_response_m_payload_dict = activesession_get_list_v1_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivesessionListElement.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ json = "{}"
# create an instance of ActivesessionListElement from a JSON string
activesession_list_element_instance = ActivesessionListElement.from_json(json)
# print the JSON string representation of the object
print ActivesessionListElement.to_json()
print(ActivesessionListElement.to_json())

# convert the object into a dict
activesession_list_element_dict = activesession_list_element_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivesessionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ json = "{}"
# create an instance of ActivesessionResponse from a JSON string
activesession_response_instance = ActivesessionResponse.from_json(json)
# print the JSON string representation of the object
print ActivesessionResponse.to_json()
print(ActivesessionResponse.to_json())

# convert the object into a dict
activesession_response_dict = activesession_response_instance.to_dict()
Expand Down
4 changes: 3 additions & 1 deletion docs/ActivesessionResponseCompound.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Name | Type | Description | Notes
**pks_customer_code** | **str** | The customer code assigned to your account |
**fki_systemconfigurationtype_id** | **int** | The unique ID of the Systemconfigurationtype |
**fki_signature_id** | **int** | The unique ID of the Signature | [optional]
**b_systemconfiguration_ezsignpaidbyoffice** | **bool** | Whether if Ezsign is paid by the company or not | [optional]
**e_systemconfiguration_ezsignofficeplan** | [**FieldESystemconfigurationEzsignofficeplan**](FieldESystemconfigurationEzsignofficeplan.md) | | [optional]
**e_user_ezsignaccess** | [**FieldEUserEzsignaccess**](FieldEUserEzsignaccess.md) | |
**e_user_ezsignprepaid** | [**FieldEUserEzsignprepaid**](FieldEUserEzsignprepaid.md) | | [optional]
**dt_user_ezsignprepaidexpiration** | **str** | The eZsign prepaid expiration date | [optional]
Expand All @@ -36,7 +38,7 @@ json = "{}"
# create an instance of ActivesessionResponseCompound from a JSON string
activesession_response_compound_instance = ActivesessionResponseCompound.from_json(json)
# print the JSON string representation of the object
print ActivesessionResponseCompound.to_json()
print(ActivesessionResponseCompound.to_json())

# convert the object into a dict
activesession_response_compound_dict = activesession_response_compound_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivesessionResponseCompoundApikey.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of ActivesessionResponseCompoundApikey from a JSON string
activesession_response_compound_apikey_instance = ActivesessionResponseCompoundApikey.from_json(json)
# print the JSON string representation of the object
print ActivesessionResponseCompoundApikey.to_json()
print(ActivesessionResponseCompoundApikey.to_json())

# convert the object into a dict
activesession_response_compound_apikey_dict = activesession_response_compound_apikey_instance.to_dict()
Expand Down
6 changes: 3 additions & 3 deletions docs/ActivesessionResponseCompoundUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pki_user_id** | **int** | The unique ID of the User |
**fki_timezone_id** | **int** | The unique ID of the Timezone |
**s_avatar_url** | **str** | The url of the picture used as avatar |
**s_avatar_url** | **str** | The url of the picture used as avatar | [optional]
**s_user_firstname** | **str** | The first name of the user |
**s_user_lastname** | **str** | The last name of the user |
**s_email_address** | **str** | The email address. |
**s_email_address** | **str** | The email address. | [optional]
**e_user_ezsignsendreminderfrequency** | [**FieldEUserEzsignsendreminderfrequency**](FieldEUserEzsignsendreminderfrequency.md) | |
**i_user_interfacecolor** | **int** | The int32 representation of the interface color. For example, RGB color #39435B would be 3752795 |
**b_user_interfacedark** | **bool** | Whether to use a dark mode interface |
Expand All @@ -27,7 +27,7 @@ json = "{}"
# create an instance of ActivesessionResponseCompoundUser from a JSON string
activesession_response_compound_user_instance = ActivesessionResponseCompoundUser.from_json(json)
# print the JSON string representation of the object
print ActivesessionResponseCompoundUser.to_json()
print(ActivesessionResponseCompoundUser.to_json())

# convert the object into a dict
activesession_response_compound_user_dict = activesession_response_compound_user_instance.to_dict()
Expand Down
4 changes: 3 additions & 1 deletion docs/AddressRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Name | Type | Description | Notes
**fki_province_id** | **int** | The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): |Value|Description| |-|-| |1|(Canada) Alberta |2|(Canada) British Columbia| |3|(Canada) Manitoba| |3|(Canada) Manitoba| |4|(Canada) New Brunswick| |5|(Canada) Newfoundland| |6|(Canada) Northwest Territories| |7|(Canada) Nova Scotia| |8|(Canada) Nunavut| |9|(Canada) Ontario| |10|(Canada) Prince Edward Island| |11|(Canada) Quebec| |12|(Canada) Saskatchewan| |13|(Canada) Yukon| |14|(United-States) Alabama| |15|(United-States) Alaska| |16|(United-States) Arizona| |17|(United-States) Arkansas| |18|(United-States) California| |19|(United-States) Colorado| |20|(United-States) Connecticut| |21|(United-States) Delaware| |22|(United-States) District of Columbia| |23|(United-States) Florida| |24|(United-States) Georgia| |25|(United-States) Hawaii| |26|(United-States) Idaho| |27|(United-States) Illinois| |28|(United-States) Indiana| |29|(United-States) Iowa| |30|(United-States) Kansas| |31|(United-States) Kentucky| |32|(United-States) Louisiane| |33|(United-States) Maine| |34|(United-States) Maryland| |35|(United-States) Massachusetts| |36|(United-States) Michigan| |37|(United-States) Minnesota| |38|(United-States) Mississippi| |39|(United-States) Missouri| |40|(United-States) Montana| |41|(United-States) Nebraska| |42|(United-States) Nevada| |43|(United-States) New Hampshire| |44|(United-States) New Jersey| |45|(United-States) New Mexico| |46|(United-States) New York| |47|(United-States) North Carolina| |48|(United-States) North Dakota| |49|(United-States) Ohio| |50|(United-States) Oklahoma| |51|(United-States) Oregon| |52|(United-States) Pennsylvania| |53|(United-States) Rhode Island| |54|(United-States) South Carolina| |55|(United-States) South Dakota| |56|(United-States) Tennessee| |57|(United-States) Texas| |58|(United-States) Utah| |60|(United-States) Vermont| |59|(United-States) Virginia| |61|(United-States) Washington| |62|(United-States) West Virginia| |63|(United-States) Wisconsin| |64|(United-States) Wyoming| |
**fki_country_id** | **int** | The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): |Value|Description| |-|-| |1|Canada| |2|United-States| |
**s_address_zip** | **str** | The Postal/Zip Code The value must be entered without spaces |
**f_address_longitude** | **str** | The Longitude of the Address | [optional]
**f_address_latitude** | **str** | The Latitude of the Address | [optional]

## Example

Expand All @@ -25,7 +27,7 @@ json = "{}"
# create an instance of AddressRequest from a JSON string
address_request_instance = AddressRequest.from_json(json)
# print the JSON string representation of the object
print AddressRequest.to_json()
print(AddressRequest.to_json())

# convert the object into a dict
address_request_dict = address_request_instance.to_dict()
Expand Down
4 changes: 3 additions & 1 deletion docs/AddressRequestCompound.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Name | Type | Description | Notes
**fki_province_id** | **int** | The unique ID of the Province. Here are some common values (Complete list must be retrieved from API): |Value|Description| |-|-| |1|(Canada) Alberta |2|(Canada) British Columbia| |3|(Canada) Manitoba| |3|(Canada) Manitoba| |4|(Canada) New Brunswick| |5|(Canada) Newfoundland| |6|(Canada) Northwest Territories| |7|(Canada) Nova Scotia| |8|(Canada) Nunavut| |9|(Canada) Ontario| |10|(Canada) Prince Edward Island| |11|(Canada) Quebec| |12|(Canada) Saskatchewan| |13|(Canada) Yukon| |14|(United-States) Alabama| |15|(United-States) Alaska| |16|(United-States) Arizona| |17|(United-States) Arkansas| |18|(United-States) California| |19|(United-States) Colorado| |20|(United-States) Connecticut| |21|(United-States) Delaware| |22|(United-States) District of Columbia| |23|(United-States) Florida| |24|(United-States) Georgia| |25|(United-States) Hawaii| |26|(United-States) Idaho| |27|(United-States) Illinois| |28|(United-States) Indiana| |29|(United-States) Iowa| |30|(United-States) Kansas| |31|(United-States) Kentucky| |32|(United-States) Louisiane| |33|(United-States) Maine| |34|(United-States) Maryland| |35|(United-States) Massachusetts| |36|(United-States) Michigan| |37|(United-States) Minnesota| |38|(United-States) Mississippi| |39|(United-States) Missouri| |40|(United-States) Montana| |41|(United-States) Nebraska| |42|(United-States) Nevada| |43|(United-States) New Hampshire| |44|(United-States) New Jersey| |45|(United-States) New Mexico| |46|(United-States) New York| |47|(United-States) North Carolina| |48|(United-States) North Dakota| |49|(United-States) Ohio| |50|(United-States) Oklahoma| |51|(United-States) Oregon| |52|(United-States) Pennsylvania| |53|(United-States) Rhode Island| |54|(United-States) South Carolina| |55|(United-States) South Dakota| |56|(United-States) Tennessee| |57|(United-States) Texas| |58|(United-States) Utah| |60|(United-States) Vermont| |59|(United-States) Virginia| |61|(United-States) Washington| |62|(United-States) West Virginia| |63|(United-States) Wisconsin| |64|(United-States) Wyoming| |
**fki_country_id** | **int** | The unique ID of the Country. Here are some common values (Complete list must be retrieved from API): |Value|Description| |-|-| |1|Canada| |2|United-States| |
**s_address_zip** | **str** | The Postal/Zip Code The value must be entered without spaces |
**f_address_longitude** | **str** | The Longitude of the Address | [optional]
**f_address_latitude** | **str** | The Latitude of the Address | [optional]

## Example

Expand All @@ -25,7 +27,7 @@ json = "{}"
# create an instance of AddressRequestCompound from a JSON string
address_request_compound_instance = AddressRequestCompound.from_json(json)
# print the JSON string representation of the object
print AddressRequestCompound.to_json()
print(AddressRequestCompound.to_json())

# convert the object into a dict
address_request_compound_dict = address_request_compound_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyCreateObjectV2Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyCreateObjectV2Request from a JSON string
apikey_create_object_v2_request_instance = ApikeyCreateObjectV2Request.from_json(json)
# print the JSON string representation of the object
print ApikeyCreateObjectV2Request.to_json()
print(ApikeyCreateObjectV2Request.to_json())

# convert the object into a dict
apikey_create_object_v2_request_dict = apikey_create_object_v2_request_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyCreateObjectV2Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyCreateObjectV2Response from a JSON string
apikey_create_object_v2_response_instance = ApikeyCreateObjectV2Response.from_json(json)
# print the JSON string representation of the object
print ApikeyCreateObjectV2Response.to_json()
print(ApikeyCreateObjectV2Response.to_json())

# convert the object into a dict
apikey_create_object_v2_response_dict = apikey_create_object_v2_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyCreateObjectV2ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyCreateObjectV2ResponseMPayload from a JSON string
apikey_create_object_v2_response_m_payload_instance = ApikeyCreateObjectV2ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ApikeyCreateObjectV2ResponseMPayload.to_json()
print(ApikeyCreateObjectV2ResponseMPayload.to_json())

# convert the object into a dict
apikey_create_object_v2_response_m_payload_dict = apikey_create_object_v2_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyEditObjectV1Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyEditObjectV1Request from a JSON string
apikey_edit_object_v1_request_instance = ApikeyEditObjectV1Request.from_json(json)
# print the JSON string representation of the object
print ApikeyEditObjectV1Request.to_json()
print(ApikeyEditObjectV1Request.to_json())

# convert the object into a dict
apikey_edit_object_v1_request_dict = apikey_edit_object_v1_request_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyEditObjectV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ json = "{}"
# create an instance of ApikeyEditObjectV1Response from a JSON string
apikey_edit_object_v1_response_instance = ApikeyEditObjectV1Response.from_json(json)
# print the JSON string representation of the object
print ApikeyEditObjectV1Response.to_json()
print(ApikeyEditObjectV1Response.to_json())

# convert the object into a dict
apikey_edit_object_v1_response_dict = apikey_edit_object_v1_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyEditPermissionsV1Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyEditPermissionsV1Request from a JSON string
apikey_edit_permissions_v1_request_instance = ApikeyEditPermissionsV1Request.from_json(json)
# print the JSON string representation of the object
print ApikeyEditPermissionsV1Request.to_json()
print(ApikeyEditPermissionsV1Request.to_json())

# convert the object into a dict
apikey_edit_permissions_v1_request_dict = apikey_edit_permissions_v1_request_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyEditPermissionsV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyEditPermissionsV1Response from a JSON string
apikey_edit_permissions_v1_response_instance = ApikeyEditPermissionsV1Response.from_json(json)
# print the JSON string representation of the object
print ApikeyEditPermissionsV1Response.to_json()
print(ApikeyEditPermissionsV1Response.to_json())

# convert the object into a dict
apikey_edit_permissions_v1_response_dict = apikey_edit_permissions_v1_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyEditPermissionsV1ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyEditPermissionsV1ResponseMPayload from a JSON string
apikey_edit_permissions_v1_response_m_payload_instance = ApikeyEditPermissionsV1ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ApikeyEditPermissionsV1ResponseMPayload.to_json()
print(ApikeyEditPermissionsV1ResponseMPayload.to_json())

# convert the object into a dict
apikey_edit_permissions_v1_response_m_payload_dict = apikey_edit_permissions_v1_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetCorsV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyGetCorsV1Response from a JSON string
apikey_get_cors_v1_response_instance = ApikeyGetCorsV1Response.from_json(json)
# print the JSON string representation of the object
print ApikeyGetCorsV1Response.to_json()
print(ApikeyGetCorsV1Response.to_json())

# convert the object into a dict
apikey_get_cors_v1_response_dict = apikey_get_cors_v1_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetCorsV1ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyGetCorsV1ResponseMPayload from a JSON string
apikey_get_cors_v1_response_m_payload_instance = ApikeyGetCorsV1ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ApikeyGetCorsV1ResponseMPayload.to_json()
print(ApikeyGetCorsV1ResponseMPayload.to_json())

# convert the object into a dict
apikey_get_cors_v1_response_m_payload_dict = apikey_get_cors_v1_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetListV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyGetListV1Response from a JSON string
apikey_get_list_v1_response_instance = ApikeyGetListV1Response.from_json(json)
# print the JSON string representation of the object
print ApikeyGetListV1Response.to_json()
print(ApikeyGetListV1Response.to_json())

# convert the object into a dict
apikey_get_list_v1_response_dict = apikey_get_list_v1_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetListV1ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyGetListV1ResponseMPayload from a JSON string
apikey_get_list_v1_response_m_payload_instance = ApikeyGetListV1ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ApikeyGetListV1ResponseMPayload.to_json()
print(ApikeyGetListV1ResponseMPayload.to_json())

# convert the object into a dict
apikey_get_list_v1_response_m_payload_dict = apikey_get_list_v1_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetObjectV2Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyGetObjectV2Response from a JSON string
apikey_get_object_v2_response_instance = ApikeyGetObjectV2Response.from_json(json)
# print the JSON string representation of the object
print ApikeyGetObjectV2Response.to_json()
print(ApikeyGetObjectV2Response.to_json())

# convert the object into a dict
apikey_get_object_v2_response_dict = apikey_get_object_v2_response_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetObjectV2ResponseMPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = "{}"
# create an instance of ApikeyGetObjectV2ResponseMPayload from a JSON string
apikey_get_object_v2_response_m_payload_instance = ApikeyGetObjectV2ResponseMPayload.from_json(json)
# print the JSON string representation of the object
print ApikeyGetObjectV2ResponseMPayload.to_json()
print(ApikeyGetObjectV2ResponseMPayload.to_json())

# convert the object into a dict
apikey_get_object_v2_response_m_payload_dict = apikey_get_object_v2_response_m_payload_instance.to_dict()
Expand Down
2 changes: 1 addition & 1 deletion docs/ApikeyGetPermissionsV1Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ json = "{}"
# create an instance of ApikeyGetPermissionsV1Response from a JSON string
apikey_get_permissions_v1_response_instance = ApikeyGetPermissionsV1Response.from_json(json)
# print the JSON string representation of the object
print ApikeyGetPermissionsV1Response.to_json()
print(ApikeyGetPermissionsV1Response.to_json())

# convert the object into a dict
apikey_get_permissions_v1_response_dict = apikey_get_permissions_v1_response_instance.to_dict()
Expand Down
Loading

0 comments on commit ab8db75

Please sign in to comment.