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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: I'm not trying to commit us to anything, but just start work toward an actual rest-api. If anything in this needs to be adjusted as we work to implement notifications, I am 100% on board to either make the changes or support anyone doing the work.
What?
Implement item and collection schemas for notification the rest-api. Initiate PR early to get feedback, still lots to figure out.
Starts work on #176 to create an update rest endpoint for notifications.
Fixes #194
Why?
The rest-api of notifications should implement item and collection schemas.
How?
It adds schemas that the
WP_Rest_Controllercan use to validate api requests.Testing Instructions
Will need to do more research, but I'll be researching core tests and implement something similar.