Skip to content

Channel read is failing after creation of ORG #125

Closed Answered by vinukumar-vs
vinukumar-vs asked this question in Issues
Discussion options

You must be logged in to vote

This didn't solve the issue. We created channel in the Knowlg with the same "identifier" of the rootOrgId.
Make sure code and identifier is same while creating channel(this is the organisationId of the Org created in Lern).

curl --location -g '{{host}}/api/channel/v1/create' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{kong_api_key}}' \
--data '{
    "request": {
        "channel": {
            "name": "Sunbird Org",
            "description": "Default Organisation for Sunbird",
            "identifier": "0137972723324682240",
            "code": "0137972723324682240"
        }
    }
}'

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@vinukumar-vs
Comment options

Comment options

You must be logged in to vote
1 reply
@vinukumar-vs
Comment options

Answer selected by vinukumar-vs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
1 participant