mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 15:01:16 -05:00
Fix the example URL
https://github.com/nextcloud/server/pull/37278/files#r1141955740 Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
8283b3124c
commit
a62521faae
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue