From 63bb786b5d0458347b4f2cc4fc4830fe32e01ca7 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Wed, 9 Jul 2025 09:13:56 -0400 Subject: [PATCH] Update schema --- docs/api/spec.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/spec.json b/docs/api/spec.json index 3673c54bc..b4d07e84d 100644 --- a/docs/api/spec.json +++ b/docs/api/spec.json @@ -1440,20 +1440,20 @@ "example": { "data": { "type": "user", - "id": "030C1G60R30C1G60R30C1G60R3", + "id": "01040G2081040G2081040G2081", "attributes": { - "username": "charlie", + "username": "alice", "created_at": "1970-01-01T00:00:00Z", - "locked_at": "1970-01-01T00:00:00Z", + "locked_at": null, "deactivated_at": null, "admin": false }, "links": { - "self": "/api/admin/v1/users/030C1G60R30C1G60R30C1G60R3" + "self": "/api/admin/v1/users/01040G2081040G2081040G2081" } }, "links": { - "self": "/api/admin/v1/users/030C1G60R30C1G60R30C1G60R3/reactivate" + "self": "/api/admin/v1/users/01040G2081040G2081040G2081/reactivate" } } }