Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions odpf/optimus/runtime_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ service RuntimeService {
// RegisterInstance is an internal admin command used during task execution
rpc RegisterInstance(RegisterInstanceRequest) returns (RegisterInstanceResponse) {
option (google.api.http) = {
post: "/api/v1/instance"
post: "/api/v1/project/{project_name}/job/{job_name}/instance"
body: "*"
};
}
Expand Down Expand Up @@ -167,7 +167,7 @@ service RuntimeService {
body: "*"
};
}
// TODO(kush.sharma): unsupported ATM
// TODO(kush.sharma): disabled ATM
//rpc DeleteResource(DeleteResourceRequest) returns (DeleteResourceResponse) {}

}
Expand Down