Skip to content

Commit

Permalink
adding missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 22, 2023
1 parent 5ed56f3 commit df24ed4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const savedObjectsApiProvider = (httpService: HttpService) => ({
return httpService.http<JobsSpacesResponse>({
path: `${ML_INTERNAL_BASE_PATH}/saved_objects/jobs_spaces`,
method: 'GET',
version: '1',
});
},
updateJobsSpaces(
Expand Down

0 comments on commit df24ed4

Please sign in to comment.