mattermost-api-reference icon indicating copy to clipboard operation
mattermost-api-reference copied to clipboard

Mattermost API reference documentation.

Results 14 mattermost-api-reference issues
Sort by recently updated
recently updated
newest added

#### Summary Adds missing `operationId` to `/trial-license/prev`. Arbitrarily named `GetLastTrialLicense` based on summary and description.

Lifecycle/1:stale
Contributor

The current docs don't really explain the structure of this parameter, so expanding them. I don't seem to have credentials to click the CLA button, but I hereby agree to...

4: Reviews Complete
Awaiting Submitter Action
Contributor

#### Summary Documents the following GET API endpoints. - `api/v4/teams/:team_id:/top/threads` - `api/v4/users/me/top/threads` - `api/v4/users/me/top/dms` #### Ticket Link https://mattermost.atlassian.net/browse/MM-46502 #### Related To https://github.com/mattermost/mattermost-server/pull/20195 https://github.com/mattermost/mattermost-server/pull/20690

2: Dev Review

#### Summary Changed User Props field type from "object" to map[string]string. #### Ticket Link Fixes #643

2: Dev Review
Contributor

Everywhere in the API reference User Props is described as `object`. For instance https://api.mattermost.com/#operation/CreateUser . Regarding to https://www.json.org/json-en.html JSON object can have members of any JSON types. But in official...

Help Wanted

#### Summary Add `First-Inaccessible-File-Time` response-403-header for getFile APIs, which indicates if files are inaccessible due to the cloud plan's limit. #### Ticket Link JIRA - https://mattermost.atlassian.net/browse/MM-44489 Depends on this server...

2: Dev Review
Do Not Merge/Awaiting PR

#### Summary Remove reference to removed cloud endpoints #### Ticket Link [MM-42897](https://mattermost.atlassian.net/browse/MM-42897)

4: Reviews Complete
Awaiting Submitter Action

#### Summary A new API to set a thread as unread is being added to the server so that you can mark a thread as unread by post id. The...

2: Dev Review
Do Not Merge/Awaiting PR

Hello, Mattermost API reference provides a list of event sockets here https://api.mattermost.com/#tag/WebSocket, which is very useful, but doesn't provide any example of the sent data structure which makes development more...

Help Wanted

I find the `POST /hooks/xxx-generatedkey-xxx` API in [developer document](https://developers.mattermost.com/integrate/incoming-webhooks/), but I don't see it in [API Reference](https://api.mattermost.com/).

Help Wanted