From c0741be417cbf0fe5858d9da7b7b0a0f9435055b Mon Sep 17 00:00:00 2001 From: Hank G Date: Fri, 24 Feb 2023 08:47:37 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hypolite Petovan --- doc/API-Friendica.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/API-Friendica.md b/doc/API-Friendica.md index 052754e048..a33cd53b86 100644 --- a/doc/API-Friendica.md +++ b/doc/API-Friendica.md @@ -690,14 +690,14 @@ On success a list of photo album objects: ```json [ { - "name": "Wall Photos", - "created": "2023-01-22 02:03:19", - "count": 4 + "name": "Wall Photos", + "created": "2023-01-22 02:03:19", + "count": 4 }, { - "name": "Profile photos", - "created": "2022-11-20 14:40:06", - "count": 1 + "name": "Profile photos", + "created": "2022-11-20 14:40:06", + "count": 1 } ] ```