Opened 2 years ago
Last modified 2 years ago
#53692 new defect (bug)
Inaccurate schema for the app_id property in the application-passwords endpoints
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Application Passwords | Keywords: | needs-unit-tests has-patch |
Focuses: | rest-api | Cc: |
Description
The schema for the app_id
property of objects in the wp/v2/application-passwords/*
endpoints has a format
of uuid
. This is not entirely accurate because if no app ID was provided when the application password was registered then this field contains an empty string.
Change History (1)
This ticket was mentioned in PR #1507 on WordPress/wordpress-develop by johnbillion.
2 years ago
#1
- Keywords has-patch added; needs-refresh needs-patch removed
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/53692
Needs tests.