mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: fix swagger documentation for DELETE port share endpoint (#18426)
Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: matifali <10648092+matifali@users.noreply.github.com> Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
co-authored by
matifali
Cian Johnston
parent
529fb5083c
commit
98a9aa19ce
Generated
+2
-2
@@ -10192,8 +10192,8 @@ const docTemplate = `{
|
||||
"tags": [
|
||||
"PortSharing"
|
||||
],
|
||||
"summary": "Get workspace agent port shares",
|
||||
"operationId": "get-workspace-agent-port-shares",
|
||||
"summary": "Delete workspace agent port share",
|
||||
"operationId": "delete-workspace-agent-port-share",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
|
||||
Generated
+2
-2
@@ -9021,8 +9021,8 @@
|
||||
],
|
||||
"consumes": ["application/json"],
|
||||
"tags": ["PortSharing"],
|
||||
"summary": "Get workspace agent port shares",
|
||||
"operationId": "get-workspace-agent-port-shares",
|
||||
"summary": "Delete workspace agent port share",
|
||||
"operationId": "delete-workspace-agent-port-share",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user