add robot status "Seen Recently" where missing in the documentation (#1312)

add robot status "Seen Recently" where missing
This commit is contained in:
jerry 2024-06-02 08:37:38 +00:00 committed by GitHub
parent ae7ae27dad
commit 9e1216628a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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