#53188 closed defect (bug) (wontfix)
Update `rel` attributes in `Link` headers in all REST API responses
| Reported by: | audrasjb | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | REST API | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This would be a breaking change since the link rel is used for discovery.