Skip to content

Commit

Permalink
Add missing put to client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Matth-- committed Jun 29, 2022
1 parent 621a2b3 commit 4bfebc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/AtlassianRestClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public function get(string $restUrl): string;

public function post(string $restUrl, array $json): string;

public function put(string $restUrl, array $json): string;

public function delete(string $restUrl): string;

public function sendFile(UploadedFile $file, string $restUrl): string;
Expand Down

0 comments on commit 4bfebc2

Please sign in to comment.