Solved! Go to Solution.
Views
Replies
Total Likes
@Indra it seems as if you are trying to use the {{schema_id}} as a variable. You need to remove it from the headers section and only have it defined within the params. If using as a variable, see the documentation here:
Store and reuse values using variables | Postman Learning Center
You can also try to manually add the schema id in the params with the actual value just to see if that works, prior to adding the variable.
Hi @Indra
Are you inputting the Schema ID itself into the parameters of the PATCH request? The error message is referencing {{schema_id}} and not the specific Schema ID that you provided above. Could you provide some more context? Thanks!
David
Hi David,
I have defined in Header
Yes, it is there in Params as well
@Indra it seems as if you are trying to use the {{schema_id}} as a variable. You need to remove it from the headers section and only have it defined within the params. If using as a variable, see the documentation here:
Store and reuse values using variables | Postman Learning Center
You can also try to manually add the schema id in the params with the actual value just to see if that works, prior to adding the variable.
Removed in Header and added in params
SCHEMA ID :_adobequaptrsd.schemas.7567f6029e5ee4a77faf20dea2718677d7448af37a7XXXXXX
Successfully updated.
Request:
Views
Likes
Replies