SSD- How to implement path parameter in HttpIn component?

Hi Team,

I am trying to use path variable as book/{isbn} in an API endpoint. But while executing, I am getting error: 404 Not found “Invalid API endpoint”.

Please find the configuration as below,

Can you please guide me regarding this?

Thanks,
Lavanya S

3 Likes

@LavanyaS

you can use like this

data will be available inside
bh.input.params object

2 Likes

Hi @Vyshnav_PC

This solution is working in postman, but not able to add path variable through swagger docs. Can you please help me?

Thanks,
Lavanya S

2 Likes

@LavanyaS
if you need to add the field to swagger document you should add the field under parameters like this


3 Likes