···44 "defs": {
55 "main": {
66 "type": "query",
77- "description": "Get metadata for a single space. Caller must be a member or the owner.",
77+ "description": "Get metadata for a single space. Caller must be a member, the owner, or hold a read-grant invite token.",
88 "parameters": {
99 "type": "params",
1010 "required": [
···1414 "uri": {
1515 "type": "string",
1616 "format": "at-uri"
1717+ },
1818+ "inviteToken": {
1919+ "type": "string",
2020+ "description": "Read-grant invite token. When supplied, replaces JWT auth for this read."
1721 }
1822 }
1923 },