File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,9 @@ mockedApiResponse.Schema = {
2020 "wp/v2",
2121 "wp-site-health/v1",
2222 "wp-block-editor/v1",
23- <<<<<<< HEAD
24- "wp-abilities/v1"
25- =======
2623 "wp-abilities/v1",
2724 "wp-collaboration/v1",
2825 "wp-sync/v1"
29- >>>>>>> 886f0b1270 (Tests: Add collaboration server tests and remove legacy sync tests)
3026 ],
3127 "authentication": {
3228 "application-passwords": {
@@ -3670,74 +3666,6 @@ mockedApiResponse.Schema = {
36703666 }
36713667 ]
36723668 },
3673- <<<<<<< HEAD
3674- =======
3675- "/wp/v2/media/(?P<id>[\\d]+)/sideload": {
3676- "namespace": "wp/v2",
3677- "methods": [
3678- "POST"
3679- ],
3680- "endpoints": [
3681- {
3682- "methods": [
3683- "POST"
3684- ],
3685- "args": {
3686- "id": {
3687- "description": "Unique identifier for the attachment.",
3688- "type": "integer",
3689- "required": false
3690- },
3691- "image_size": {
3692- "description": "Image size.",
3693- "type": "string",
3694- "enum": [
3695- "thumbnail",
3696- "medium",
3697- "medium_large",
3698- "large",
3699- "1536x1536",
3700- "2048x2048",
3701- "original",
3702- "full",
3703- "scaled"
3704- ],
3705- "required": true
3706- },
3707- "convert_format": {
3708- "type": "boolean",
3709- "default": true,
3710- "description": "Whether to convert image formats.",
3711- "required": false
3712- }
3713- }
3714- }
3715- ]
3716- },
3717- <<<<<<< HEAD
3718- >>>>>>> 886f0b1270 (Tests: Add collaboration server tests and remove legacy sync tests)
3719- =======
3720- "/wp/v2/media/(?P<id>[\\d]+)/finalize": {
3721- "namespace": "wp/v2",
3722- "methods": [
3723- "POST"
3724- ],
3725- "endpoints": [
3726- {
3727- "methods": [
3728- "POST"
3729- ],
3730- "args": {
3731- "id": {
3732- "description": "Unique identifier for the attachment.",
3733- "type": "integer",
3734- "required": false
3735- }
3736- }
3737- }
3738- ]
3739- },
3740- >>>>>>> 09d0b86326 (Tests: Remove erroneous connector fixtures from merge artifact)
37413669 "/wp/v2/menu-items": {
37423670 "namespace": "wp/v2",
37433671 "methods": [
@@ -12772,8 +12700,6 @@ mockedApiResponse.Schema = {
1277212700 }
1277312701 }
1277412702 ]
12775- <<<<<<< HEAD
12776- =======
1277712703 },
1277812704 "/wp-collaboration/v1": {
1277912705 "namespace": "wp-collaboration/v1",
@@ -13000,7 +12926,6 @@ mockedApiResponse.Schema = {
1300012926 }
1300112927 ]
1300212928 }
13003- >>>>>>> 886f0b1270 (Tests: Add collaboration server tests and remove legacy sync tests)
1300412929 }
1300512930 },
1300612931 "site_logo": 0,
You can’t perform that action at this time.
0 commit comments