Changeset 47757
- Timestamp:
- 05/04/2020 12:26:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/fixtures/wp-api-generated.js
r47250 r47757 79 79 "args": { 80 80 "url": { 81 "required": true 81 "required": true, 82 "description": "The URL of the resource for which to fetch oEmbed data.", 83 "type": "string" 82 84 }, 83 85 "format": { … … 4396 4398 "namespace": "wp/v2", 4397 4399 "methods": [ 4398 "GET" 4400 "GET", 4401 "POST" 4399 4402 ], 4400 4403 "endpoints": [ 4401 4404 { 4402 4405 "methods": [ 4403 "GET" 4406 "GET", 4407 "POST" 4404 4408 ], 4405 4409 "args": { … … 4436 4440 "namespace": "wp/v2", 4437 4441 "methods": [ 4438 "GET" 4442 "GET", 4443 "POST" 4439 4444 ], 4440 4445 "endpoints": [ 4441 4446 { 4442 4447 "methods": [ 4443 "GET" 4448 "GET", 4449 "POST" 4444 4450 ], 4445 4451 "args": { … … 4476 4482 "namespace": "wp/v2", 4477 4483 "methods": [ 4478 "GET" 4484 "GET", 4485 "POST" 4479 4486 ], 4480 4487 "endpoints": [ 4481 4488 { 4482 4489 "methods": [ 4483 "GET" 4490 "GET", 4491 "POST" 4484 4492 ], 4485 4493 "args": { … … 4516 4524 "namespace": "wp/v2", 4517 4525 "methods": [ 4518 "GET" 4526 "GET", 4527 "POST" 4519 4528 ], 4520 4529 "endpoints": [ 4521 4530 { 4522 4531 "methods": [ 4523 "GET" 4532 "GET", 4533 "POST" 4524 4534 ], 4525 4535 "args": { … … 4556 4566 "namespace": "wp/v2", 4557 4567 "methods": [ 4558 "GET" 4568 "GET", 4569 "POST" 4559 4570 ], 4560 4571 "endpoints": [ 4561 4572 { 4562 4573 "methods": [ 4563 "GET" 4574 "GET", 4575 "POST" 4564 4576 ], 4565 4577 "args": { … … 4596 4608 "namespace": "wp/v2", 4597 4609 "methods": [ 4598 "GET" 4610 "GET", 4611 "POST" 4599 4612 ], 4600 4613 "endpoints": [ 4601 4614 { 4602 4615 "methods": [ 4603 "GET" 4616 "GET", 4617 "POST" 4604 4618 ], 4605 4619 "args": { … … 4636 4650 "namespace": "wp/v2", 4637 4651 "methods": [ 4638 "GET" 4652 "GET", 4653 "POST" 4639 4654 ], 4640 4655 "endpoints": [ 4641 4656 { 4642 4657 "methods": [ 4643 "GET" 4658 "GET", 4659 "POST" 4644 4660 ], 4645 4661 "args": { … … 4676 4692 "namespace": "wp/v2", 4677 4693 "methods": [ 4678 "GET" 4694 "GET", 4695 "POST" 4679 4696 ], 4680 4697 "endpoints": [ 4681 4698 { 4682 4699 "methods": [ 4683 "GET" 4700 "GET", 4701 "POST" 4684 4702 ], 4685 4703 "args": { … … 4716 4734 "namespace": "wp/v2", 4717 4735 "methods": [ 4718 "GET" 4736 "GET", 4737 "POST" 4719 4738 ], 4720 4739 "endpoints": [ 4721 4740 { 4722 4741 "methods": [ 4723 "GET" 4742 "GET", 4743 "POST" 4724 4744 ], 4725 4745 "args": { … … 4756 4776 "namespace": "wp/v2", 4757 4777 "methods": [ 4758 "GET" 4778 "GET", 4779 "POST" 4759 4780 ], 4760 4781 "endpoints": [ 4761 4782 { 4762 4783 "methods": [ 4763 "GET" 4784 "GET", 4785 "POST" 4764 4786 ], 4765 4787 "args": { … … 4796 4818 "namespace": "wp/v2", 4797 4819 "methods": [ 4798 "GET" 4820 "GET", 4821 "POST" 4799 4822 ], 4800 4823 "endpoints": [ 4801 4824 { 4802 4825 "methods": [ 4803 "GET" 4826 "GET", 4827 "POST" 4804 4828 ], 4805 4829 "args": { … … 5040 5064 "args": { 5041 5065 "url": { 5042 "required": true 5066 "required": true, 5067 "description": "The URL of the resource for which to fetch oEmbed data.", 5068 "type": "string" 5043 5069 }, 5044 5070 "format": {
Note: See TracChangeset
for help on using the changeset viewer.