You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/api-shield/management-and-monitoring/endpoint-labels.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,23 @@ You can filter your endpoints based on the labels.
18
18
19
19
## Managed labels
20
20
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.
22
22
23
23
`cf-sign-up`: Add this label to endpoints that are the final step in creating user accounts for your site or application.
24
24
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.
26
26
27
27
`cf-purchase`: Add this label to endpoints that are the final step in purchasing goods or services online.
28
28
29
29
`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.
30
30
31
-
`cf-add-cart`: Add this label to endpoints that add items to a user’s 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.
32
32
33
33
`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.
34
34
35
35
`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.
36
36
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.
38
38
39
39
`cf-account-update`: Add this label to endpoints that participate in user account or profile updates.
0 commit comments