Version 0.7.0 #1
@ -5,11 +5,6 @@
|
||||
"description": "API Documentation.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
"url": "/api/v1"
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "captcha",
|
||||
@ -17,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"/captcha": {
|
||||
"/api/v1/captcha": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"captcha"
|
||||
@ -105,7 +100,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/captcha/{captcha_key}": {
|
||||
"/api/v1/captcha/{captcha_key}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"captcha"
|
||||
|
Loading…
Reference in New Issue
Block a user