#53188 closed defect (bug) (wontfix)
Update `rel` attributes in `Link` headers in all REST API responses
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | REST API | Keywords: | |
| Focuses: | docs | Cc: |
Description
The WordPress REST API includes http://v2.wp-api.org/ in the rel attribute of the Link header on all responses. We should update that to be the current location of the documentation: https://developer.wordpress.org/rest-api/
Related: #53162
For those interested, Link headers were introduced in #35580.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
This would be a breaking change since the link rel is used for discovery.