@fctc/interface-logic 5.3.9 → 5.4.0

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.
@@ -4652,7 +4652,7 @@ var publicBucketService = (env) => {
4652
4652
  public: true
4653
4653
  };
4654
4654
  const url = `${"/storage/v1/bucket/" /* PUBLIC_BUCKET */}tenant-${shortTenantId}`;
4655
- return env?.requests.post(url, jsonData, {
4655
+ return env?.requests.put(url, jsonData, {
4656
4656
  headers: {
4657
4657
  "Content-Type": "application/json",
4658
4658
  "x-tenant-id": shortTenantId
@@ -4654,7 +4654,7 @@ var publicBucketService = (env) => {
4654
4654
  public: true
4655
4655
  };
4656
4656
  const url = `${"/storage/v1/bucket/" /* PUBLIC_BUCKET */}tenant-${shortTenantId}`;
4657
- return env?.requests.post(url, jsonData, {
4657
+ return env?.requests.put(url, jsonData, {
4658
4658
  headers: {
4659
4659
  "Content-Type": "application/json",
4660
4660
  "x-tenant-id": shortTenantId