Opened 4 years ago
Last modified 7 days 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: | has-patch has-unit-tests |
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 (2)
This ticket was mentioned in PR #1507 on WordPress/wordpress-develop by johnbillion.
4 years ago
#1
- Keywords has-patch added; needs-refresh needs-patch removed
This ticket was mentioned in PR #8282 on WordPress/wordpress-develop by @sukhendu2002.
7 days ago
#2
- Keywords has-unit-tests added; needs-unit-tests removed
…rtelated unit test
Trac ticket: https://core.trac.wordpress.org/ticket/53692
Reference PR: https://github.com/WordPress/wordpress-develop/pull/1507
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/53692
Needs tests.