Home > @tridion-sites/models > ApiRequestOptions
Signature:
export interface ApiRequestOptions
Property | Modifiers | Type | Description |
---|---|---|---|
body? | any | (Optional) | |
cookies? | Record<string, any> | (Optional) | |
errors? | Record<number, string> | (Optional) | |
formData? | Record<string, any> | (Optional) | |
headers? | Record<string, any> | (Optional) | |
mediaType? | string | (Optional) | |
method | ApiMethod | ||
path? | Record<string, any> | (Optional) | |
query? | Record<string, any> | (Optional) | |
responseHeader? | string | (Optional) | |
url | string |