From 62062350c251175369af94fd10a49e190aeed24e Mon Sep 17 00:00:00 2001 From: Rafael Gutkowski Date: Sat, 21 Dec 2024 03:44:12 +0700 Subject: [PATCH] resolve remaining requests --- src/v2/spec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 4e70785..639d624 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -2191,12 +2191,17 @@ components: type: string enum: - notification_token + url: + type: string token: type: string status: type: string + enum: + - enabled + - disabled fid: - type: number + $ref: "#/components/schemas/Fid" created_at: type: string format: date-time