Skip to content

Commit

Permalink
Update lexicons fetched from b2ef386 committed 2023-07-20T16:00:51Z (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Jul 21, 2023
1 parent 356865a commit e69d612
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Params(base.ParamsModelBase):

cursor: t.Optional[str] = None #: Cursor.
limit: t.Optional[int] = None #: Limit.
query: t.Optional[str] = None #: Query.


@dataclass
Expand Down
1 change: 1 addition & 0 deletions docs/source/atproto/atproto.xrpc_client.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ Submodules
atproto.xrpc_client.models.common
atproto.xrpc_client.models.languages
atproto.xrpc_client.models.type_conversion
atproto.xrpc_client.models.unknown_type
atproto.xrpc_client.models.utils
3 changes: 2 additions & 1 deletion lexicons/app.bsky.unspecced.getPopularFeedGenerators.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"type": "params",
"properties": {
"limit": {"type": "integer", "minimum": 1, "maximum": 100, "default": 50},
"cursor": {"type": "string"}
"cursor": {"type": "string"},
"query": {"type": "string"}
}
},
"output": {
Expand Down

0 comments on commit e69d612

Please sign in to comment.