This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
generated from slatedocs/slate
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Adding docs for search index and fingerprint expressions #183
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dhudec
commented
Jun 1, 2022
@@ -146,7 +244,9 @@ Say you have created the Card token: | |||
|
|||
We have not tokenized the card owner's name, `John Doe`. Assume that we have this plaintext value directly available to our application to pass into the Reactor or Proxy request. | |||
|
|||
## Override a Field on a Token | |||
<div></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These div
separators are required to align code examples with the appropriate header, since h3 elements (### in markdown) are not intended to be aligned to code samples
koalaty-code
suggested changes
Jun 1, 2022
Co-authored-by: Adam Letizia <43392371+koalaty-code@users.noreply.github.com>
koalaty-code
previously approved these changes
Jun 2, 2022
brigonzalez
reviewed
Jun 2, 2022
| **Minimum Impact Level** | `high` | | ||
| **Default Restriction Policy** | `mask` | | ||
| **Input Validation** | See [Bank Object](#tokens-token-data-validations) for validation requirements | | ||
| **Default Fingerprint Expression** | <code>{{ data.account_number }}|{{ data.routing_number }}</code> | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to do a few backflips here. using code
tag because backticks don't allow |
to work, which is needed because markdown interprets |
as a marker for the table
koalaty-code
approved these changes
Jun 2, 2022
bt-platform-eng
pushed a commit
that referenced
this pull request
Jun 2, 2022
# [1.42.0](v1.41.1...v1.42.0) (2022-06-02) ### Features * Adding docs for search index and fingerprint expressions ([#183](#183)) ([e9ebb7f](e9ebb7f))
🎉 This PR is included in version 1.42.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Testing required outside of automated testing?
Screenshots (if appropriate):
Rollback / Rollforward Procedure
Reviewer Checklist