Endpoint
- Method:
POST - Path:
/spaces/{spaceSlug}/links - Edition: Core
- Controller:
SpaceController@updateLinks - Route source:
fluent-community/app/Http/Routes/api.php:26 - Controller source:
fluent-community/app/Http/Controllers/SpaceController.php
POST Update Space Links
POST
/spaces/{spaceSlug}/links
Update Space Links for the FluentCommunity Spaces API.
Controller: SpaceController@updateLinks
Route source: fluent-community/app/Http/Routes/api.php:26
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
spaceSlug*
SpaceSlug extracted from the URL path.
Type
Requiredstring
Request Body
application/json
JSON "links": [ "string" ]
{
}
Responses
Successful response
application/json
JSON "message": "string", "links": [ { "additionalProperties": "string" } ]
{
}