{"components":{},"info":{"description":"To have access to this *internal* endpoint, create a port forwarding to `cargohold` into the Kubernetes cluster. E.g.:\n```\nkubectl port-forward -n wire service/cargohold 9084:8080\n```\n**N.B.:** Execution via this UI won't work due to CORS issues. But, the proposed `curl` commands will.\n","title":"Wire-Server Internal API (cargohold)","version":""},"openapi":"3.0.0","paths":{"/i/assets/{key}":{"get":{"description":" [<a href=\"https://docs.wire.com/developer/developer/servant.html#named-and-internal-route-ids\">internal route ID:</a> \"i_get_asset\"]\n\n","operationId":"i_get_asset","parameters":[{"in":"path","name":"key","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json;charset=utf-8":{"schema":{"type":"string"}}},"description":""}},"tags":["cargohold"]}},"/i/status":{"get":{"description":" [<a href=\"https://docs.wire.com/developer/developer/servant.html#named-and-internal-route-ids\">internal route ID:</a> \"i_status\"]\n\n","operationId":"i_status","responses":{"200":{"description":"OK"}},"tags":["cargohold"]}}},"servers":[{"url":"http://localhost:9084"}]}