mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21: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_nick = serializers.CharField(required=False)
|
||||||
maker_hash_id = serializers.CharField(required=False)
|
maker_hash_id = serializers.CharField(required=False)
|
||||||
maker_status = serializers.CharField(
|
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(
|
price = serializers.FloatField(
|
||||||
help_text="Price in order's fiat currency", required=False
|
help_text="Price in order's fiat currency", required=False
|
||||||
|
@ -1638,7 +1638,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
maker_status:
|
maker_status:
|
||||||
type: string
|
type: string
|
||||||
description: Status of the nick - "Active" or "Inactive"
|
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||||
price:
|
price:
|
||||||
type: number
|
type: number
|
||||||
format: double
|
format: double
|
||||||
|
@ -1539,7 +1539,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
maker_status:
|
maker_status:
|
||||||
type: string
|
type: string
|
||||||
description: Status of the nick - "Active" or "Inactive"
|
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||||
price:
|
price:
|
||||||
type: integer
|
type: integer
|
||||||
description: Price in order's fiat currency
|
description: Price in order's fiat currency
|
||||||
|
@ -1712,7 +1712,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
maker_status:
|
maker_status:
|
||||||
type: string
|
type: string
|
||||||
description: Status of the nick - "Active" or "Inactive"
|
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||||
price:
|
price:
|
||||||
type: number
|
type: number
|
||||||
format: double
|
format: double
|
||||||
|
@ -1734,7 +1734,7 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
maker_status:
|
maker_status:
|
||||||
type: string
|
type: string
|
||||||
description: Status of the nick - "Active" or "Inactive"
|
description: Status of the nick - "Active", "Seen Recently" or "Inactive"
|
||||||
price:
|
price:
|
||||||
type: number
|
type: number
|
||||||
format: double
|
format: double
|
||||||
|
Loading…
Reference in New Issue
Block a user