You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have `reformat.mjs`, but it wasn't enabled in our CI
pipeline. This pull request activates it.
If there are any formatting differences, the CI will fail, providing
very fast feedback.
description: Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property.
3322
+
description: "Replace the rich menu with the rich menu specified in the `to` property for all users linked to the rich menu specified in the `from` property."
3323
3323
type: object
3324
3324
required:
3325
3325
- from
@@ -3333,7 +3333,7 @@ components:
3333
3333
to:
3334
3334
type: string
3335
3335
RichMenuBatchUnlinkOperation:
3336
-
description: Unlink the rich menu for all users linked to the rich menu specified in the `from` property.
3336
+
description: "Unlink the rich menu for all users linked to the rich menu specified in the `from` property."
3337
3337
type: object
3338
3338
required:
3339
3339
- from
@@ -3344,7 +3344,7 @@ components:
3344
3344
from:
3345
3345
type: string
3346
3346
RichMenuBatchUnlinkAllOperation:
3347
-
description: Unlink the rich menu from all users linked to the rich menu.
3347
+
description: "Unlink the rich menu from all users linked to the rich menu."
0 commit comments