Skip to content

Commit

Permalink
[APM] Use POST instead of implicit GET (#45903)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Sep 17, 2019
1 parent 54359e7 commit 238ddd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/legacy/plugins/apm/server/routes/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const updateAgentConfigurationRoute = createRoute(() => ({

// Lookup single configuration
export const agentConfigurationSearchRoute = createRoute(core => ({
method: 'POST',
path: '/api/apm/settings/agent-configuration/search',
params: {
body: t.type({
Expand Down

0 comments on commit 238ddd8

Please sign in to comment.