@snokam/mcp-api 0.93.0 → 0.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -97,6 +97,15 @@
|
|
|
97
97
|
"type": "string"
|
|
98
98
|
},
|
|
99
99
|
"x-ms-summary": "The slug or id of the event"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "token",
|
|
103
|
+
"in": "query",
|
|
104
|
+
"description": "Guest participation token; grants read access to a non-public event",
|
|
105
|
+
"schema": {
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"x-ms-summary": "Participant token"
|
|
100
109
|
}
|
|
101
110
|
],
|
|
102
111
|
"responses": {
|
package/specs/test/events.json
CHANGED
|
@@ -97,6 +97,15 @@
|
|
|
97
97
|
"type": "string"
|
|
98
98
|
},
|
|
99
99
|
"x-ms-summary": "The slug or id of the event"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "token",
|
|
103
|
+
"in": "query",
|
|
104
|
+
"description": "Guest participation token; grants read access to a non-public event",
|
|
105
|
+
"schema": {
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"x-ms-summary": "Participant token"
|
|
100
109
|
}
|
|
101
110
|
],
|
|
102
111
|
"responses": {
|