Skip to content

Commit

Permalink
Api
Browse files Browse the repository at this point in the history
  • Loading branch information
ollioddi committed Nov 3, 2023
1 parent 6053a7c commit 80b6824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $postParams = @{id='id123';title='integration title here'} Invoke-WebRequest -Uri http://localhost:8080/api/v1/integration -Method POST -Body $postParams
// Invoke-WebRequest -ContentType "application/json" -Uri http://localhost:8080/api/v1/integration/ POST -Body @{id='id1';title='integration title here'}

package com.aau.p3.performancedashboard.controller;

Expand Down

0 comments on commit 80b6824

Please sign in to comment.