@kochhar
Tried creating a category under the framework AI as per the details given in
http://www.sunbird.org/apis/framework/#operation/FrameworkV1CategoryCreatePost
- Tried calling the API using the URL - https://sunbird.juliacomputing.io/api/framework/v1/category/v1/category/create/items?id=AI
The above URL is as per the Server URL given in the site(v1/category/ is repeated in the server URL) and the framework id is apended to the URL as mentioned in the site.
We are getting a 404 Not found error in postman.
{
"request_path": "/framework/v1/category/v1/category/create/items",
"message": "API not found with these values",
"request_host": [
"sunbird.juliacomputing.io"
]
}
- when tried calling the API using the below URL
https://sunbird.juliacomputing.io/api/framework/v1/category/create/items?id=AI
We got 404 Not Found again
<title>Error</title>
Cannot POST /v1/framework/category/create/items
Can you please let us know whats the correct URL for calling the create category API for the AI framework created.
Please let me know if you need further information.
Thanks,
Thillai
@kochhar
Tried creating a category under the framework AI as per the details given in
http://www.sunbird.org/apis/framework/#operation/FrameworkV1CategoryCreatePost
The above URL is as per the Server URL given in the site(v1/category/ is repeated in the server URL) and the framework id is apended to the URL as mentioned in the site.
We are getting a 404 Not found error in postman.
{
"request_path": "/framework/v1/category/v1/category/create/items",
"message": "API not found with these values",
"request_host": [
"sunbird.juliacomputing.io"
]
}
https://sunbird.juliacomputing.io/api/framework/v1/category/create/items?id=AI
We got 404 Not Found again
<title>Error</title>Can you please let us know whats the correct URL for calling the create category API for the AI framework created.
Please let me know if you need further information.
Thanks,
Thillai