feat: Adds the ability to add new locale in portal (#5363)
This commit is contained in:
@@ -6,8 +6,8 @@ class PortalsAPI extends ApiClient {
|
||||
super('portals', { accountScoped: true });
|
||||
}
|
||||
|
||||
updatePortal({ portalSlug, params }) {
|
||||
return axios.patch(`${this.url}/${portalSlug}`, params);
|
||||
updatePortal({ portalSlug, portalObj }) {
|
||||
return axios.patch(`${this.url}/${portalSlug}`, portalObj);
|
||||
}
|
||||
|
||||
deletePortal(portalSlug) {
|
||||
|
||||
Reference in New Issue
Block a user