Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1 KB

DryRunGeneral.md

File metadata and controls

15 lines (10 loc) · 1 KB

DryRunGeneral

Information about dry run the operation

Properties

Name Type Description Notes
identifier str Unique identifier (textual or numeric) of resources [optional]
status_code int The status code expecting when actually perform the operation. Some values are - 200: updated (ok) - 201: created - 204: deleted (no content) - 304: unchanged (not modified) - 400: problem (bad request) - 404: not found - 409: duplicated (conflict) - 422: unprocessable [optional]
error_message str, none_type The error message expecting when actually perform the operation. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]