Skip to content

Commit e6e3665

Browse files
committed
Add missing type option for REST API endoint
1 parent a5ec9de commit e6e3665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/experimental/sync/class-gutenberg-http-polling-sync-server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public function register_routes(): void {
8787
),
8888
'awareness' => array(
8989
'required' => true,
90+
'type' => 'object',
9091
),
9192
'client_id' => array(
9293
'minimum' => 1,

0 commit comments

Comments
 (0)