api.fluff4.me 1.0.1128 → 1.0.1129
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/index.d.ts +1 -1
- package/openapi.json +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1809,7 +1809,7 @@ export interface Paths {
|
|
|
1809
1809
|
search?: undefined
|
|
1810
1810
|
response: Response<CustomTagUsage[]> | ErrorResponse
|
|
1811
1811
|
},
|
|
1812
|
-
"/v2/tags/custom/{
|
|
1812
|
+
"/v2/tags/custom/{custom_tag_name}/rename": {
|
|
1813
1813
|
method: "post"
|
|
1814
1814
|
body: CustomTagRenameBody
|
|
1815
1815
|
search?: undefined
|
package/openapi.json
CHANGED
|
@@ -11810,10 +11810,10 @@
|
|
|
11810
11810
|
}
|
|
11811
11811
|
}
|
|
11812
11812
|
},
|
|
11813
|
-
"/v2/tags/custom/{
|
|
11813
|
+
"/v2/tags/custom/{custom_tag_name}/rename": {
|
|
11814
11814
|
"parameters": [
|
|
11815
11815
|
{
|
|
11816
|
-
"name": "
|
|
11816
|
+
"name": "custom_tag_name",
|
|
11817
11817
|
"in": "path"
|
|
11818
11818
|
}
|
|
11819
11819
|
],
|
package/package.json
CHANGED