gitpod.v1.EditorService

ResolveEditorURL

ResolveEditorURL resolves the editor's URL for an environment

post/gitpod.v1.EditorService/ResolveEditorURL

Request body

editorIdstring uuid required

editorId is the ID of the editor to resolve the URL for

environmentIdstring uuid required

environmentId is the ID of the environment to resolve the URL for

organizationIdstring uuid required

organizationId is the ID of the organization to resolve the URL for

Response

Success

urlstring required

url is the resolved editor URL

Changes