mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
add robot status "Seen Recently" where missing in the documentation (#1312)
add robot status "Seen Recently" where missing
This commit is contained in:
parent
ae7ae27dad
commit
9e1216628a
@ -494,7 +494,8 @@ class OrderPublicSerializer(serializers.ModelSerializer):
|
||||
maker_nick = serializers.CharField(required=False)
|
||||
maker_hash_id = serializers.CharField(required=False)
|
||||
maker_status = serializers.CharField(
|
||||
help_text='Status of the nick - "Active" or "Inactive"', required=False
|
||||
help_text='Status of the nick - "Active", "Seen Recently" or "Inactive"',
|
||||
required=False,
|
||||
)
|
||||
price = serializers.FloatField(
|
||||
help_text="Price in order's fiat currency", required=False
|
||||
|
@ -1638,7 +1638,7 @@ components:
|
||||
type: string
|
||||
maker_status:
|
||||
type: string
|
||||
description: Status of the nick - "Active" or "Inactive"
|
||||
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||
price:
|
||||
type: number
|
||||
format: double
|
||||
|
@ -1539,7 +1539,7 @@ components:
|
||||
type: string
|
||||
maker_status:
|
||||
type: string
|
||||
description: Status of the nick - "Active" or "Inactive"
|
||||
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||
price:
|
||||
type: integer
|
||||
description: Price in order's fiat currency
|
||||
|
@ -1712,7 +1712,7 @@ components:
|
||||
type: string
|
||||
maker_status:
|
||||
type: string
|
||||
description: Status of the nick - "Active" or "Inactive"
|
||||
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||
price:
|
||||
type: number
|
||||
format: double
|
||||
|
@ -1734,7 +1734,7 @@ components:
|
||||
type: string
|
||||
maker_status:
|
||||
type: string
|
||||
description: Status of the nick - "Active" or "Inactive"
|
||||
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||
price:
|
||||
type: number
|
||||
format: double
|
||||
|
Loading…
Reference in New Issue
Block a user