Skip to content

Commit

Permalink
Merge pull request #4 from nlnwa/jobexecution
Browse files Browse the repository at this point in the history
Added job execution id to robotsevaluator api
  • Loading branch information
johnerikhalse authored Apr 6, 2018
2 parents 9f5b2a0 + 2ffb577 commit 9afc694
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions protobuf/robotsevaluator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ service RobotsEvaluator {
}

message IsAllowedRequest {
string execution_id = 1;
string uri = 2;
string user_agent = 3;
PolitenessConfig politeness = 4;
string job_execution_id = 1;
string execution_id = 2;
string uri = 3;
string user_agent = 4;
PolitenessConfig politeness = 5;
}

message IsAllowedReply {
Expand Down

0 comments on commit 9afc694

Please sign in to comment.