Skip to content

Commit

Permalink
Add refresh endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinci committed Jun 4, 2024
1 parent 888e6cb commit ed8101d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/JobListing.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ public function publish(int $resource): array
{
return $this->client->put($this->uri($resource) . '/set-published');
}
Add
public function refresh(int $resource): array
{
return $this->client->put($this->uri($resource) . '/refresh');
}
}

0 comments on commit ed8101d

Please sign in to comment.