wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Add Documentation for the new Export/Import Rest APIs #15891

Closed ImalshaG closed 11 months ago

ImalshaG commented 1 year ago

New export and import Rest APIs were added for Identity providers, userstores and claims from the following PRs.

A new API was introduced to export applications as files with https://github.com/wso2/identity-api-server/pull/426 The API section of the IS documentation should be updated with the details about these new APIs.

Related Issues: https://github.com/wso2/product-is/issues/15695, https://github.com/wso2/product-is/issues/15777

AnuradhaSK commented 11 months ago

Export API: https://is.docs.wso2.com/en/next/apis/idp/#tag/Identity-Providers/operation/exportIDPToFile Import API: https://is.docs.wso2.com/en/next/apis/idp/#tag/Identity-Providers/operation/updateIDPFromFile