Skip to content
Snippets Groups Projects
Commit 87677b05 authored by homotechsual's avatar homotechsual
Browse files

Merge branch 'deprecated' into 'master'

Indicate that `extern/rest` is the deprecated method

See merge request documentation/docs/dev!999
parents e39671e7 8fd481af
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ Here, we have a different *end-point URL* (line 1) along with a different *authe
As we proceed through this chapter, we will consider different API features. When choosing which features to use, you may wish to consult back to this compatibility matrix.
| End-Point URL | `civicrm/ajax/*` | `extern/rest.php` | `WP REST` |
| End-Point URL | `civicrm/ajax/*` | `extern/rest.php`(deprecated) | `WP REST` |
|--|--|--|--|
| APIv3 | **Yes** | **Yes** | **Yes** |
| APIv4 | **Yes** | No | No |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment