Skip to content

Where can I find the API Documentation for Collection Unlisted API? #116

Answered by pallakartheekreddy
aks30 asked this question in Q&A
Discussion options

You must be logged in to vote

@aks30 Please use below CURL for unlisted publish API

curl --location '{{host}}/api/collection/v1/unlisted/publish/do_id' \
--header 'Content-Type: application/json' \
--header 'user-id: sunbird' \
--header 'Authorization: Bearer {{api_key}}' \
--data '{
    "request": {
        "content": {
            "lastPublishedBy": "user_id"
        }
    }
}'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@aks30
Comment options

@pallakartheekreddy
Comment options

Answer selected by aks30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants