Skip to content

Commit

Permalink
Merge pull request #12 from tzumainn/lease-offer-uuid
Browse files Browse the repository at this point in the history
Added missing lease query parameter (offer_uuid)
  • Loading branch information
tzumainn authored Oct 22, 2024
2 parents 2384f4f + 8151c0d commit d7f4b27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esi/lease/v1/lease.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Lease(resource.Resource):
'end_time',
'owner_id',
'resource_class',
'offer_uuid',
'purpose',
'properties',
)
Expand Down

0 comments on commit d7f4b27

Please sign in to comment.