diff --git a/website/pages/docs/job-specification/job.mdx b/website/pages/docs/job-specification/job.mdx
index a0f056564..ff66671dc 100644
--- a/website/pages/docs/job-specification/job.mdx
+++ b/website/pages/docs/job-specification/job.mdx
@@ -88,6 +88,9 @@ job "docs" {
- `meta` ([Meta][]: nil)
- Specifies a key-value map that annotates
with user-defined metadata.
+- `name` `(string: )` - Specifies a name for the job, which otherwise
+ defaults to the job id.
+
- `migrate` ([Migrate][]: nil)
- Specifies the groups strategy for
migrating off of draining nodes. If omitted, a default migration strategy is
applied. Only service jobs with a count greater than 1 support migrate stanzas.