You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates all user notifications unless `type` or `id` parameter is given. If `type` parameter is provided, updates notifications with matching type. Similarly, updates notifications with matching identifiers if `id` parameter is provided. ☝️ `type` and `id` should not be used in conjunction.
* Updates all user notifications unless `type` or `id` parameter is given. If `type` parameter is provided, updates notifications with matching type. Similarly, updates notifications with matching identifiers if `id` parameter is provided. ☝️ `type` and `id` should not be used in conjunction.
* Filter by type **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?type=project.extension&type=styleguide.extension`
348
+
* Filter by type Example: `?type=project.extension&type=styleguide.extension`
* Filter by type **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?type=project.extension&type=styleguide.extension`
363
+
* Filter by type Example: `?type=project.extension&type=styleguide.extension`
* Filter by id **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?id=5fbe387f8c72ef23659fb500&id=602281f4783f72fccc045484`
370
+
* Filter by id Example: `?id=5fbe387f8c72ef23659fb500&id=602281f4783f72fccc045484`
* @param {Set<string>} [handle] Filter organization members by email, username or unique identifier of the user ☝️Note that only organization admins (or higher) can filter members using email addresses. Example: `?handle=zozo&handle=5d9caaecb4a3fa9bc9718686&handle=zozo%40zeplin.io`
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
539
+
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. Example: `?role=owner&role=admin`
* @param {Set<string>} [handle] Filter organization members by email, username or unique identifier of the user ☝️Note that only organization admins (or higher) can filter members using email addresses. Example: `?handle=zozo&handle=5d9caaecb4a3fa9bc9718686&handle=zozo%40zeplin.io`
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
842
+
* @param {Set<'owner' | 'admin' | 'editor' | 'member' | 'alien'>} [role] Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. Example: `?role=owner&role=admin`
* Filter organization members by email, username or unique identifier of the user ☝️Note that only organization admins (or higher) can filter members using email addresses. Example: `?handle=zozo&handle=5d9caaecb4a3fa9bc9718686&handle=zozo%40zeplin.io`
* Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. **Note:** Please prefer multiple parameter instances over comma-separated values. Example: `?role=owner&role=admin`
1014
+
* Filter by role ☝️Note that the Developer role maps to `member` and the Reviewer role maps to `alien` in the API. Example: `?role=owner&role=admin`
0 commit comments