Properties
Name | Type | Required | Description |
---|---|---|---|
Mock | 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. |
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. |