Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Click on PLUGINS and select write api in the drop down.

...

4. Enter Admin uid and click on create token

...

How to find admin uid

1.Go to admin pannel.

2.click on Manage and select users

...

3. You can see the list of users here

...

Click on Create Token in Master token section

...

Store Sunbird identifier mapped with NodeBB category

...

Code Block
{
    "id": "api.discussions.category.forum",
    "ver": "1.0",
    "ets": 1610038493573,
    "params": {
        "resmsgid": "b03d8c99-2abc-4d6f-bbfc-c8067a10b74d",
        "msgid": "",
        "status": "successful"
    },
    "responseCode": "OK",
    "result": [
        {
            "_id": "5ff73b8d1e9b1c00956d377b",
            "sbType": "course",
            "sbIdentifier": "do_21307805474221260815237",
            "cid": 6,
            "__v": 0
        }
    ]
}


Edit User Post:

As a user we can edit our post and for

Issues:


1. SbCategory schema creation having issue in staging

...