]> git.mxchange.org Git - friendica.git/commitdiff
Apply suggestions from code review
authorHank G <hankgrabowski@gmail.com>
Fri, 24 Feb 2023 13:47:37 +0000 (08:47 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2023 13:47:37 +0000 (08:47 -0500)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
doc/API-Friendica.md

index 052754e0487b0719e0d0431e819cebbc1385fbdc..a33cd53b86faba53252f2bfa1af63a26f66e5bb8 100644 (file)
@@ -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
   }
 ]
 ```