Skip to content

Commit cef55d2

Browse files
edits
1 parent 7326b33 commit cef55d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/api-shield/management-and-monitoring/endpoint-labels.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ You can filter your endpoints based on the labels.
1818

1919
## Managed labels
2020

21-
`cf-log-in`: Add this label to endpoints that accept user credentials. You may have multiple endpoints if you accept username, password, and MFA across multiple endpoints or requests.
21+
`cf-log-in`: Add this label to endpoints that accept user credentials. You may have multiple endpoints if you accept username, password, and multi-factor authentication (MFA) across multiple endpoints or requests.
2222

2323
`cf-sign-up`: Add this label to endpoints that are the final step in creating user accounts for your site or application.
2424

25-
`cf-content`: Add this label to endpoints that provide unique content, such as product details, user reviews, pricing or other unique information.
25+
`cf-content`: Add this label to endpoints that provide unique content, such as product details, user reviews, pricing, or other unique information.
2626

2727
`cf-purchase`: Add this label to endpoints that are the final step in purchasing goods or services online.
2828

2929
`cf-password-reset`: Add this label to endpoints that participate in the user password reset process. This includes initial password reset requests and final password reset submissions.
3030

31-
`cf-add-cart`: Add this label to endpoints that add items to a users shopping cart or verify item availability.
31+
`cf-add-cart`: Add this label to endpoints that add items to a user's shopping cart or verify item availability.
3232

3333
`cf-add-payment`: Add this label to endpoints that accept credit card or bank account details where fraudsters may iterate through account numbers to guess valid combinations of payment information.
3434

3535
`cf-check-value`: Add this label to endpoints that check the balance of rewards points, in-game currency, or other stored value products that can be earned, transferred, and redeemed for cash or physical goods.
3636

37-
`cf-add-post`: Add this label to endpoints that post messages in a communication forum, or product or merchant review.
37+
`cf-add-post`: Add this label to endpoints that post messages in a communication forum, or product or merchant reviews.
3838

3939
`cf-account-update`: Add this label to endpoints that participate in user account or profile updates.
4040

0 commit comments

Comments
 (0)