-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): Adjust job_template_locale properties #772
base: main
Are you sure you want to change the base?
Conversation
a6bbfa5
to
cc1c860
Compare
"type": "string", | ||
"nullable": true, | ||
"description": "The ID of the job template locale. Will return `null` if the related `job_template` is global." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue: If I'm not mistaken, we need to change the locale_preview
schema so it can also just show the fields name
and code
. That would be in line 1433
. But maybe it's better to create a new schema because the field id
won't be showing at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, I'd vote for a separate schema
2cf8e4a
to
646b5c7
Compare
@@ -5,10 +5,12 @@ job_template_locale: | |||
properties: | |||
id: | |||
type: string | |||
nullable: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm is this also nullable, this is not a locale id, but the id of the "relationship" resource?
Adjust job_template_locale api endpoint-docs, since
id
is now anullable
field.See: