Update an environment URL.
post/midgard/v0.1/environment/url/{environmentUrlId}
Updates the URL string, application association, or robot settings for an existing EnvironmentUrl.
Request
Authorization
X-AT
header
apiKey
Path Parameters
environmentUrlIdThe environment URL ID.
integer
REQUIRED
Body
application/json
urlThe new URL to set.
string
REQUIRED
applicationIdThe application ID to move the environment URL to.
integer
noRobotsSet to true to make the gateway serve a `robots.txt` file that will block ALL bots.
boolean
Response
200EnvironmentUrl updated successfully.
403User is not allowed to access this resource.
404Returned when the environmentUrl was not found.
422Validation errors.
Shell cURL
shell
Show schema
json