Skip to main content

hi guys, 

 can you please tell me the reason of the error below while API testing in Postman:
any help is very much appreciated

 

It looks like you haven’t replaced any of the parameter value’s placeholders. You might try deselecting the ones you aren’t using.


Hi @Ishita Mathur, did you try the above? Did it work?


@Ishita Mathur 

It worked for me when I removed the body content and replaced it with {} since I didn't want to pass any parameters.

Example: {{baseUrl}}/api/v1/projects/{{project}}/assets/list

Request body: {}

 

Status 200OK

Time:289 ms

Size:13.51 KB

 


Reply