Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2022
1 parent f529ec8 commit e4cf01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/search-headless.metastate.context.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## MetaState.context property

A JSON object used for passing data to and triggering Answers [Query Rules](https://hitchhikers.yext.com/tracks/answers-advanced/ans302-query-rules/)<!-- -->.
A JSON object used for passing data to and triggering Search [Query Rules](https://hitchhikers.yext.com/tracks/answers-advanced/ans302-query-rules/)<!-- -->.

<b>Signature:</b>

Expand Down
2 changes: 1 addition & 1 deletion docs/search-headless.metastate.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface MetaState

| Property | Type | Description |
| --- | --- | --- |
| [context?](./search-headless.metastate.context.md) | [Context](./search-headless.context.md) | <i>(Optional)</i> A JSON object used for passing data to and triggering Answers [Query Rules](https://hitchhikers.yext.com/tracks/answers-advanced/ans302-query-rules/)<!-- -->. |
| [context?](./search-headless.metastate.context.md) | [Context](./search-headless.context.md) | <i>(Optional)</i> A JSON object used for passing data to and triggering Search [Query Rules](https://hitchhikers.yext.com/tracks/answers-advanced/ans302-query-rules/)<!-- -->. |
| [referrerPageUrl?](./search-headless.metastate.referrerpageurl.md) | string | <i>(Optional)</i> The URL of the referring page (the page that directed to the current page from which the request was made). |
| [searchType](./search-headless.metastate.searchtype.md) | [SearchType](./search-headless.searchtype.md) | Indicates the type of search that Search Headless is managing. |
| [uuid?](./search-headless.metastate.uuid.md) | string | <i>(Optional)</i> A unique id which corresponds to the latest request/response. |
Expand Down

0 comments on commit e4cf01d

Please sign in to comment.