diff options
author | Vitor Mattos <vitor@php.rio> | 2023-03-20 08:28:07 -0300 |
---|---|---|
committer | Vitor Mattos <vitor@php.rio> | 2023-03-20 12:48:02 -0300 |
commit | a62521faae7c4792d30b8f272bc30e33aa9a45da (patch) | |
tree | 81d99b39391320b47c409c135e07c927f4a42864 /lib/public/RichObjectStrings | |
parent | 8283b3124c63c2a9cb3c338ba24cd42039a2e3c8 (diff) | |
download | nextcloud-server-a62521faae7c4792d30b8f272bc30e33aa9a45da.tar.gz nextcloud-server-a62521faae7c4792d30b8f272bc30e33aa9a45da.zip |
Fix the example URL
https://github.com/nextcloud/server/pull/37278/files#r1141955740
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib/public/RichObjectStrings')
-rw-r--r-- | lib/public/RichObjectStrings/Definitions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index 3ee113077a3..8e007d28059 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -197,7 +197,7 @@ class Definitions { 'since' => '27.0.0', 'required' => false, 'description' => 'The icon url to use as avatar', - 'example' => 'https://localhost/index.php/api/v1/room/R4nd0mToken/avatar' + 'example' => 'https://localhost/ocs/v2.php/apps/spreed/api/v1/room/R4nd0mToken/avatar' ], ], ], |