mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 16:15:04 +02:00
roughed in environment details (#107)
This commit is contained in:
@ -252,7 +252,7 @@ paths:
|
||||
#
|
||||
# metadata
|
||||
#
|
||||
/detail/environment:
|
||||
/detail/environment/{envZId}:
|
||||
get:
|
||||
tags:
|
||||
- metadata
|
||||
@ -260,12 +260,10 @@ paths:
|
||||
- key: []
|
||||
operationId: getEnvironmentDetail
|
||||
parameters:
|
||||
- name: body
|
||||
in: body
|
||||
schema:
|
||||
properties:
|
||||
envZId:
|
||||
type: string
|
||||
- name: envZId
|
||||
in: path
|
||||
type: string
|
||||
required: true
|
||||
responses:
|
||||
200:
|
||||
description: ok
|
||||
|
Reference in New Issue
Block a user