Publish a public preview port
Adds a port to the sandbox’s published set. Published ports are public in this phase. Publishing is idempotent: publishing an existing port again returns the same port and leaves the set unchanged.
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Body
Public port to publish. Port 49983 is reserved for Superserve's sandbox service.
1024 <= x <= 65535Response
Published port
Published public port. Port 49983 is reserved for Superserve's sandbox service.
1024 <= x <= 65535