-
Notifications
You must be signed in to change notification settings - Fork 193
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
Update camunda REST API doc #4581
Conversation
ba9c103
to
08eb4dc
Compare
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.
@@ -949,6 +949,7 @@ paths: | |||
:::note | |||
This endpoint is an [alpha feature](/components/early-access/alpha/alpha-features.md) and may be subject to change | |||
in future releases. | |||
::: |
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.
Nice, I think what happened here is that (1) the previous version had the note added by hand, and missed the closing tag...and then (2) this version, which had the note added by the generation process, filled it in correctly.
@@ -3962,6 +3967,14 @@ components: | |||
licenseType: | |||
description: Will return the license type property of the Camunda license | |||
type: string | |||
isCommercial: | |||
description: Will be false when a license contains a non-commerical=true property |
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.
description: Will be false when a license contains a non-commerical=true property | |
description: Will be false when a license contains a non-commercial=true property |
spelling error -- I'll fix this upstream.
ce21b79
08eb4dc
to
ce21b79
Compare
👋 🤖 🤔 Hello! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
ce21b79
to
942cfdc
Compare
🧹 Preview environment for this PR has been torn down. |
Description
This is an autogenerated PR by the sync api specs workflow.
This PR contains every changes made to the REST api specs in the monorepo in the last week.
This PR contains also all the generated OpenAPI files related to the changes.
When should this change go live?
PR Checklist
/docs
directory (aka/next/
).