Skip to main content
POST
/
api
/
v0
/
repositories
/
{repo_id}
/
reviewers
/
{username_or_uuid}
/
badge
/
shared
Endpoint to record that a repository badge was shared on Twitter.
curl --request POST \
  --url https://api.example.com/api/v0/repositories/{repo_id}/reviewers/{username_or_uuid}/badge/shared
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

repo_id
string<uuid>
required
username_or_uuid
string
required

Response

Successfully recorded badge share on Twitter