mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 22:53:05 +02:00
fix(api): wrong "accept" type in file set and validate API
This commit is contained in:
@@ -682,7 +682,7 @@
|
||||
"put": {
|
||||
"description": "Set file content",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
"text/plain"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
@@ -792,7 +792,7 @@
|
||||
"post": {
|
||||
"description": "Validate file",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
"text/plain"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
|
||||
Reference in New Issue
Block a user