You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Description' attribute is retrieved as null in the response of the get all api-products rest API which is exposed in the publisher portal even the description was configured.
Description
'Description' attribute is retrieved as null in the response of the get all api-products rest API which is exposed in the publisher portal even the description was configured.
https://apim.docs.wso2.com/en/latest/reference/product-apis/publisher-apis/publisher-v4/publisher-v4/#tag/API-Products/operation/getAllAPIProducts
Here is a sample response
{
"id": "7c1a03ff-5bac-4cc0-8ad4-a5f05de39087",
"name": "TestAPIProduct",
"context": "/test-product",
"description": null,
"provider": "admin",
"hasThumbnail": false,
"state": "PUBLISHED",
"securityScheme": [
"oauth2",
"oauth_basic_auth_api_key_mandatory"
],
"gatewayVendor": null
}
As per the documentation 'description' is there as a response attribute
Steps to Reproduce
Affected Component
APIM
Version
4.2.0.44
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: