Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.75 KB

DeleteMockServerResponse.md

File metadata and controls

42 lines (31 loc) · 2.75 KB

DeleteMockServerResponse

Information about the deleted server response.

Properties

Name Type Required Description
Id string The server response's ID.
Name string The server response's name.
StatusCode double The server response's 5xx HTTP response code.
Headers List<DeleteMockServerResponseHeaders> The server response's request headers, such as Content-Type, Accept, encoding, and other information.
Language DeleteMockServerResponseLanguage The server response's body language type.
Body string The server response's body that returns when calling the mock server.
CreatedBy string The user ID of the user who created the server response.
UpdatedBy string The user ID of the user who last updated the server response.
CreatedAt string The date and time at which the server response was created.

DeleteMockServerResponseHeaders

Properties

Name Type Required Description
Key string The request header's key value.
Value string The request header's value.

DeleteMockServerResponseLanguage

The server response's body language type.

Properties

Name Type Required Description
Text string "text"
Javascript string "javascript"
Json string "json"
Html string "html"
Xml string "xml"