diff --git a/docs/developer-docs/smart-contracts/maintain/settings.mdx b/docs/developer-docs/smart-contracts/maintain/settings.mdx index 469b738f5c..9e0efe905f 100644 --- a/docs/developer-docs/smart-contracts/maintain/settings.mdx +++ b/docs/developer-docs/smart-contracts/maintain/settings.mdx @@ -44,6 +44,7 @@ dfx canister status ajuq4-ruaaa-aaaaa-qaaga-cai
Output + ``` Canister status call result for . Status: Running @@ -64,6 +65,7 @@ Total query request payload size (bytes): 1_626_898 Total query response payload size (bytes): 1_161_862 Log visibility: controllers ``` +
### Programmatically @@ -221,4 +223,4 @@ The default value of the field is `controllers`. Common errors related to canister settings include: -- [Invalid settings](/docs/current/references/execution-errors#invalid-settings). \ No newline at end of file +- [Invalid settings](/docs/current/references/execution-errors#invalid-settings).