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
Copy file name to clipboardExpand all lines: docs/5.rest-api.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
The WordPress Abilities API provides REST endpoints that allow external systems to discover and execute abilities via HTTP requests.
4
4
5
+
## User access
6
+
7
+
Access to all Abilities REST API endpoints requires an authenticated user (see the [Authentication](#authentication) section). Access to execute individual Abilities is restricted based on the `permission_callback()` of the Ability.
8
+
5
9
## Schema
6
10
7
11
The Abilities API endpoints are available under the `/wp/v2/abilities` namespace.
0 commit comments