Skip to content

Commit

Permalink
Merge pull request #94 from artkoshelev/make-update-instance-request-…
Browse files Browse the repository at this point in the history
…spec-compliant

Make plan_id not required for update operation
  • Loading branch information
scottfrederick authored Jun 6, 2018
2 parents 55ee800 + 666fc57 commit e1bedc1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class UpdateServiceInstanceRequest extends AsyncParameterizedServiceInsta
/**
* The ID of the plan to update within the service, from the broker catalog.
*/
@NotEmpty
@JsonSerialize
@JsonProperty("plan_id")
private final String planId;
Expand Down

0 comments on commit e1bedc1

Please sign in to comment.