mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Add missing json schema types
This commit is contained in:
		@@ -1,9 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
	"operationId": "getStream",
 | 
			
		||||
	"summary": "Get a Stream object by ID",
 | 
			
		||||
	"tags": [
 | 
			
		||||
		"Streams"
 | 
			
		||||
	],
 | 
			
		||||
	"tags": ["Streams"],
 | 
			
		||||
	"parameters": [
 | 
			
		||||
		{
 | 
			
		||||
			"in": "path",
 | 
			
		||||
@@ -23,9 +21,8 @@
 | 
			
		||||
			"content": {
 | 
			
		||||
				"application/json": {
 | 
			
		||||
					"schema": {
 | 
			
		||||
						"required": [
 | 
			
		||||
							"result"
 | 
			
		||||
						],
 | 
			
		||||
						"type": "object",
 | 
			
		||||
						"required": ["result"],
 | 
			
		||||
						"properties": {
 | 
			
		||||
							"result": {
 | 
			
		||||
								"$ref": "#/components/schemas/StreamObject"
 | 
			
		||||
@@ -43,4 +40,4 @@
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,9 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
	"operationId": "updateStream",
 | 
			
		||||
	"summary": "Update an existing Stream",
 | 
			
		||||
	"tags": [
 | 
			
		||||
		"Streams"
 | 
			
		||||
	],
 | 
			
		||||
	"tags": ["Streams"],
 | 
			
		||||
	"parameters": [
 | 
			
		||||
		{
 | 
			
		||||
			"in": "path",
 | 
			
		||||
@@ -32,9 +30,8 @@
 | 
			
		||||
			"content": {
 | 
			
		||||
				"application/json": {
 | 
			
		||||
					"schema": {
 | 
			
		||||
						"required": [
 | 
			
		||||
							"result"
 | 
			
		||||
						],
 | 
			
		||||
						"type": "object",
 | 
			
		||||
						"required": ["result"],
 | 
			
		||||
						"properties": {
 | 
			
		||||
							"result": {
 | 
			
		||||
								"$ref": "#/components/schemas/StreamObject"
 | 
			
		||||
@@ -52,4 +49,4 @@
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user