How to make "Resource URL" as editable field ?

Not applicable

resourseurl-edit.jpgI want to edit "ResouceURL" field.

Navigation to page :

Content -> SmartDocs -> View Published Docs -> Click on any documents

Here Resource URL is read-only mode. I want to make it editable. (refer attached screenshot)

Please let me know , how to edit it?

Thanks.

0 2 265
2 REPLIES 2

Not applicable

@Shirish: If you want to add a URL parameter, you will need to edit the resource to which the method belongs, and add your parameter in curly-brackets, like this:

/store/order/{orderId}

You can access the resource by clicking "View model revision", then next to the resource in question, select "Edit resource" from the dropdown box.

Not applicable

@Shirish In case you want to change the baseUrl, you will need to add new revision of APImodel, either

Import the updated Swagger with new base url or Add New revision which will prompt for baseurl->ResourceUrl->Method.

or If its only resource path you want to update, follow @Daniel Johnson answer as explained.