Skip to content

Commit

Permalink
Fixing expected headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 17, 2023
1 parent dd26de5 commit d3b38c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface AirlockService {

// Policies

@Headers({"Accept: text/plain", "Content-Type: text/plain"})
@Headers({"Accept: application/json", "Content-Type: text/plain"})
@POST("/api/policies/apply")
Call<ApplyResponse> apply(@Query("c") String context, @Query("d") String documentId, @Query("p") String policyName, @Body String text);

Expand Down

0 comments on commit d3b38c3

Please sign in to comment.