meta
Store metadata about your requestseq is used to store the sequence number. This decides the sort position of your request in the UI.
The type can be either http or graphql
The tags is an array of strings that can be used to filter requests during collection runs. Tags are useful for organizing and selectively running requests based on categories like environment, functionality, or priority.
get
Make aGET http call
post
Make aPOST http call
put
Make aPUT http call
delete
Make aDELETE http call
options
Make a getOPTIONS call
trace
Make aTRACE http call
connect
Make aCONNECT http call
head
Make aHEAD http call