Skip to content

Commit

Permalink
add sid to doc json example
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Dec 19, 2018
1 parent ec303ad commit 08ad681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobuf/coreapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ message ListServicesRequest {
// {
// "services": [{
// "id": "idX",
// "sid": "sidX",
// "name": "serviceX",
// "description": "descriptionX",
// "status": "statusX",
Expand Down Expand Up @@ -381,6 +382,7 @@ message GetServiceRequest {
// {
// "service": {
// "id": "idX",
// "sid": "sidX",
// "name": "serviceX",
// "description": "descriptionX",
// "status": "statusX",
Expand Down

0 comments on commit 08ad681

Please sign in to comment.