Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.95 KB

comatprotolabelquerylabelsrequest.md

File metadata and controls

22 lines (17 loc) · 3.95 KB

ComAtprotoLabelQueryLabelsRequest

Example Usage

import { ComAtprotoLabelQueryLabelsRequest } from "@speakeasy-api/bluesky/models/operations";

let value: ComAtprotoLabelQueryLabelsRequest = {
  uriPatterns: [
    "<value>",
  ],
};

Fields

Field Type Required Description
uriPatterns string[] ✔️ List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with ''; will match inclusive of the string leading to ''), or a full URI.
sources string[] Optional list of label sources (DIDs) to filter on.
limit number N/A
cursor string N/A