domains

Update managed domain

Update the managed run.tools slug for a server.

patch/servers/{qualifiedName}/domains/{domainId}

Path parameters

qualifiedNamestring required

The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.

domainIdstring required

Request body

subdomainstring required

Response

Managed domain updated

id'managed' required
type'managed' required
hostnamestring required
subdomainstring required
createdAtstring required
updatedAtstring required

Example response

{
  "id": "managed",
  "type": "managed",
  "hostname": "my-server.run.tools",
  "subdomain": "my-server",
  "createdAt": "2024-01-01T00:00:00.000Z",
  "updatedAt": "2024-01-01T00:00:00.000Z"
}

Changes

Changed in 2 of the 47 revisions of this API.627

  • f13d57edead0626See the full diff
    • the request property became required

      request-property-became-required

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the required property from the response with the status

      response-required-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • the response property const value managed was added for the status

      response-property-const-added

    • the response property const value managed was added for the status

      response-property-const-added

    • removed the custom enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the managed enum value from the response property for the response status

      response-property-enum-value-removed

    • response property subdomain list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added