Skip to content

Commit a8b523e

Browse files
authored
docs: clarify ACL methods only update pre-live settings (#3494)
1 parent eee1335 commit a8b523e

File tree

1 file changed

+6
-0
lines changed
  • packages/rest-api-client/docs

1 file changed

+6
-0
lines changed

packages/rest-api-client/docs/app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,8 @@ Gets the app permissions of an app.
705705

706706
Updates the app permissions of an app.
707707

708+
> **Note:** This method only updates the pre-live settings. To deploy the changes to the live app, use the [`deployApp()`](#deployApp) method.
709+
708710
#### Parameters
709711

710712
| Name | Type | Required | Description |
@@ -799,6 +801,8 @@ Gets the record permission settings of an app.
799801

800802
Updates the record permission settings of an app.
801803

804+
> **Note:** This method only updates the pre-live settings. To deploy the changes to the live app, use the [`deployApp()`](#deployApp) method.
805+
802806
#### Parameters
803807

804808
| Name | Type | Required | Description |
@@ -859,6 +863,8 @@ Gets the field permission settings of an app.
859863

860864
Updates the field permission settings of an app.
861865

866+
> **Note:** This method only updates the pre-live settings. To deploy the changes to the live app, use the [`deployApp()`](#deployApp) method.
867+
862868
#### Parameters
863869

864870
| Name | Type | Required | Description |

0 commit comments

Comments
 (0)