curl --request POST \
--url https://api.example.com/api/oss-projects/saved \
--header 'Content-Type: application/json' \
--data '
{
"full_name": "<string>",
"github_id": 123,
"name": "<string>",
"owner": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}
'{
"full_name": "<string>",
"github_id": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}curl --request POST \
--url https://api.example.com/api/oss-projects/saved \
--header 'Content-Type: application/json' \
--data '
{
"full_name": "<string>",
"github_id": 123,
"name": "<string>",
"owner": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}
'{
"full_name": "<string>",
"github_id": 123,
"id": "<string>",
"name": "<string>",
"owner": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"forks": 0,
"intent": "reference",
"language": "<string>",
"license_name": "<string>",
"note": "<string>",
"stars": 0,
"topics": []
}Save a project bookmark.
^(contribute|clone|learn|reference)$Successful Response
A saved/bookmarked OSS project.