Skip to content

Commit

Permalink
Merge pull request #548 from renan-campos/sda-5591
Browse files Browse the repository at this point in the history
adding call to update managed service
  • Loading branch information
jhernand authored Apr 13, 2022
2 parents 4dcbbc7 + d67cdc2 commit 746c62f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/service_mgmt/v1/service_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ resource ManagedService {
out Body ManagedService
}

method Update {
in out Body ManagedService
}

// Deletes the Managed Service
method Delete {
}
Expand Down

0 comments on commit 746c62f

Please sign in to comment.