Skip to content

Commit

Permalink
spec/api.json updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmurphy authored and github-actions[bot] committed Jan 14, 2025
1 parent e713066 commit c39796d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lexicons/app/bsky/actor/getSuggestions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"type": "ref",
"ref": "app.bsky.actor.defs#profileView"
}
},
"recId": {
"type": "integer",
"description": "Snowflake for this recommendation, use when submitting recommendation events."
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions lexicons/app/bsky/graph/getSuggestedFollowsByActor.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"type": "boolean",
"description": "If true, response has fallen-back to generic results, and is not scoped using relativeToDid",
"default": false
},
"recId": {
"type": "integer",
"description": "Snowflake for this recommendation, use when submitting recommendation events."
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions lexicons/app/bsky/unspecced/getSuggestionsSkeleton.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
"type": "string",
"format": "did",
"description": "DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer."
},
"recId": {
"type": "integer",
"description": "Snowflake for this recommendation, use when submitting recommendation events."
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@
"items": {
"$ref": "#/components/schemas/app.bsky.actor.defs.profileView"
}
},
"recId": {
"type": "integer"
}
}
}
Expand Down Expand Up @@ -4788,6 +4791,9 @@
"isFallback": {
"type": "boolean",
"description": "If true, response has fallen-back to generic results, and is not scoped using relativeToDid"
},
"recId": {
"type": "integer"
}
}
}
Expand Down Expand Up @@ -6722,6 +6728,9 @@
"type": "string",
"description": "DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.",
"format": "did"
},
"recId": {
"type": "integer"
}
}
}
Expand Down

0 comments on commit c39796d

Please sign in to comment.