api.fluff4.me 1.0.163 → 1.0.164
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.json +6 -0
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -1930,6 +1930,9 @@
|
|
|
1930
1930
|
"200": {
|
|
1931
1931
|
"description": "200 response"
|
|
1932
1932
|
},
|
|
1933
|
+
"302": {
|
|
1934
|
+
"description": "302 response"
|
|
1935
|
+
},
|
|
1933
1936
|
"default": {
|
|
1934
1937
|
"description": "Error",
|
|
1935
1938
|
"content": {
|
|
@@ -1955,6 +1958,9 @@
|
|
|
1955
1958
|
"200": {
|
|
1956
1959
|
"description": "200 response"
|
|
1957
1960
|
},
|
|
1961
|
+
"302": {
|
|
1962
|
+
"description": "302 response"
|
|
1963
|
+
},
|
|
1958
1964
|
"default": {
|
|
1959
1965
|
"description": "Error",
|
|
1960
1966
|
"content": {
|
package/package.json
CHANGED