api.fluff4.me 1.0.543 → 1.0.545

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 CHANGED
@@ -1184,7 +1184,7 @@ export interface Paths {
1184
1184
  search?: undefined
1185
1185
  response: Response<TagCategory> | ErrorResponse
1186
1186
  },
1187
- "/tag/update/global/{name}": {
1187
+ "/tag/update/global/{id}": {
1188
1188
  method: "post"
1189
1189
  body: TagGlobalUpdateBody
1190
1190
  search?: undefined
package/openapi.json CHANGED
@@ -7185,10 +7185,10 @@
7185
7185
  }
7186
7186
  }
7187
7187
  },
7188
- "/tag/update/global/{name}": {
7188
+ "/tag/update/global/{id}": {
7189
7189
  "parameters": [
7190
7190
  {
7191
- "name": "name",
7191
+ "name": "id",
7192
7192
  "in": "path"
7193
7193
  }
7194
7194
  ],
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.543",
3
+ "version": "1.0.545",
4
4
  "types": "index.d.ts"
5
5
  }