Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Add (optional) org-guid to Gateway provision request
Browse files Browse the repository at this point in the history
 - Remove user_guid as it will no longer be used

Change-Id: Ica0f4cf9fd6b0c1b5ff1d36520a071ec4a3639ef
  • Loading branch information
Harshawardhan Gadgil committed Feb 15, 2013
1 parent 9267b07 commit 68d86f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/api/messages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class GatewayProvisionRequest < JsonMessage

optional :plan_option

optional :user_guid, String
optional :organization_guid, String
optional :space_guid, String
end

Expand Down

0 comments on commit 68d86f5

Please sign in to comment.