Skip to content

Commit e90c5f5

Browse files
authored
Merge pull request #1043 from oasisprotocol/ptrus/fix/roflmarket-node-id
api/roflmarket_instances: Node id is optional
2 parents b0b7ea5 + 429be2a commit e90c5f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/1043.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
api/roflmarket_instances: Node id is optional

api/spec/v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4060,7 +4060,7 @@ components:
40604060

40614061
RoflMarketInstance:
40624062
type: object
4063-
required: [id, provider, offer_id, status, creator, admin, node_id, metadata, resources, deployment, created_at, updated_at, paid_from, paid_until, payment, payment_address, refund_data, cmd_next_id, cmd_count, removed]
4063+
required: [id, provider, offer_id, status, creator, admin, metadata, resources, deployment, created_at, updated_at, paid_from, paid_until, payment, payment_address, refund_data, cmd_next_id, cmd_count, removed]
40644064
properties:
40654065
id:
40664066
type: string
@@ -4085,7 +4085,7 @@ components:
40854085
description: The address of the administrator of the instance.
40864086
node_id:
40874087
type: string
4088-
description: The identifier of the node that this instance is deployed on.
4088+
description: the optional identifier of the node where the instance has been provisioned.
40894089
metadata:
40904090
type: object
40914091
description: Arbitrary metadata key-value pairs assigned by the provider.

0 commit comments

Comments
 (0)