Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciasantaana committed Oct 11, 2024
1 parent 6f44d31 commit 72a629b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can sort and filter your endpoints based on the labels.

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

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

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

Expand All @@ -34,9 +34,9 @@ You can sort and filter your endpoints based on the labels.

`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.

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

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

`cf-missing-auth`: Cloudflare will automatically add this label to endpoints where all successful responses are sent back to requests made by unauthenticated users without a session identifier. Refer to the table below for more information.

Expand Down

0 comments on commit 72a629b

Please sign in to comment.