api.fluff4.me 1.0.216 → 1.0.217
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 +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -739,7 +739,7 @@ export interface Paths {
|
|
|
739
739
|
body?: undefined
|
|
740
740
|
response: Response<Tiers> | ErrorResponse
|
|
741
741
|
},
|
|
742
|
-
"/patreon/campaign/tiers/set/{
|
|
742
|
+
"/patreon/campaign/tiers/set/{author}/{vanity}": {
|
|
743
743
|
method: "post"
|
|
744
744
|
body: CampaignTierSetBody
|
|
745
745
|
response: void | ErrorResponse
|
package/openapi.json
CHANGED
|
@@ -4722,14 +4722,14 @@
|
|
|
4722
4722
|
}
|
|
4723
4723
|
}
|
|
4724
4724
|
},
|
|
4725
|
-
"/patreon/campaign/tiers/set/{
|
|
4725
|
+
"/patreon/campaign/tiers/set/{author}/{vanity}": {
|
|
4726
4726
|
"parameters": [
|
|
4727
4727
|
{
|
|
4728
|
-
"name": "
|
|
4728
|
+
"name": "author",
|
|
4729
4729
|
"in": "path"
|
|
4730
4730
|
},
|
|
4731
4731
|
{
|
|
4732
|
-
"name": "
|
|
4732
|
+
"name": "vanity",
|
|
4733
4733
|
"in": "path"
|
|
4734
4734
|
}
|
|
4735
4735
|
],
|
package/package.json
CHANGED