Skip to content

Commit

Permalink
machine_id has a 255 character limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben2W committed Nov 21, 2024
1 parent 614488b commit ba669e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/machine-requests/machine-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Every machine token you create needs to be associated with a `machine_id`. You c

- It must be prefixed with `mch_`
- It must only contain lowercase letters and numbers
- It must be 255 characters or less

> [!TIP]
> It is a good idea to have the `machine_id` correspond with the identity of the service generating the token. For example if you have a cron service, a `machine_id` of `mch_cron` would make sense.
Expand Down

0 comments on commit ba669e8

Please sign in to comment.