Skip to content
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

fix(rest api): provide more specific mapping info for rest endpoints #1870

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

markfarkas-camunda
Copy link
Contributor

Description

Had to specify explicit mappings for the path and request variables in the rest api endpoint definitions, otherwise they throw an exception.

Related issues

#1869

closes #

@markfarkas-camunda markfarkas-camunda requested a review from a team as a code owner January 31, 2024 11:27
@markfarkas-camunda markfarkas-camunda self-assigned this Jan 31, 2024
@markfarkas-camunda markfarkas-camunda added this pull request to the merge queue Jan 31, 2024
Merged via the queue into main with commit 1d17168 Jan 31, 2024
4 checks passed
@markfarkas-camunda markfarkas-camunda deleted the 1869-some-of-the-endpoints-throw-exception branch January 31, 2024 12:16
@markfarkas-camunda
Copy link
Contributor Author

/backport

Copy link
Contributor

github-actions bot commented Feb 7, 2024

Successfully created backport PR for release/8.4:

github-actions bot pushed a commit that referenced this pull request Feb 7, 2024
…1870)

* fix(rest api): provide more specific mapping info for rest endpoints

* fix(rest api): indicate that request param is not required in /inbound/{context}

(cherry picked from commit 1d17168)
markfarkas-camunda added a commit that referenced this pull request Feb 7, 2024
…1870)

* fix(rest api): provide more specific mapping info for rest endpoints

* fix(rest api): indicate that request param is not required in /inbound/{context}

(cherry picked from commit 1d17168)
@chillleader
Copy link
Member

/backport

Copy link
Contributor

github-actions bot commented Apr 5, 2024

Backport failed for release/8.3, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.3
git worktree add -d .worktree/backport-1870-to-release/8.3 origin/release/8.3
cd .worktree/backport-1870-to-release/8.3
git switch --create backport-1870-to-release/8.3
git cherry-pick -x 1d1716888210ea640243fa760451020550c95432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants