Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.29 KB

File metadata and controls

32 lines (22 loc) · 2.29 KB

UpdateMock

Properties

Name Type Required Description
Mock UpdateMockMock

UpdateMockMock

Properties

Name Type Required Description
Name string The mock server's name.
Environment_ string The associated environment's unique ID.
Description string The mock server's description.
Private_ bool If true, the mock server is set private. By default, mock servers are public and can receive requests from anyone and anywhere.
VersionTag string The API's version tag ID.
Config MockConfig2 The mock server's configuration settings.

MockConfig2

The mock server's configuration settings.

Properties

Name Type Required Description
ServerResponseId string The server response ID. This sets the given server response as the default response for each request. To deactivate a server response, pass a null value.