mattermost/api4
Saturnino Abril a3f5cffd46 APIv4 PUT /commands/{command_id} (#5999)
* APIv4 PUT /commands/{command_id}

* update client parameter and api4 test
2017-04-07 10:06:09 -07:00
..
api.go implement POST /emoji for apiV4 (#5868) 2017-04-06 11:15:57 -04:00
apitestlib.go implement POST /emoji for apiV4 (#5868) 2017-04-06 11:15:57 -04:00
brand.go Use 201 status code where appropriate for APIv4 (#5903) 2017-03-31 09:56:20 -04:00
brand_test.go Implement brand image endpoints for APIv4 (#5733) 2017-03-14 09:35:48 -04:00
channel.go PLT-5900 Removed automatic configuration of SiteURL (#5952) 2017-04-04 11:54:52 -04:00
channel_test.go PLT-4858: Unit tests to cover this bug. (#5990) 2017-04-05 11:41:33 -04:00
cluster.go Implement GET /cluster/status endpoint for APIv4 (#5732) 2017-03-13 12:49:19 -04:00
cluster_test.go Implement GET /cluster/status endpoint for APIv4 (#5732) 2017-03-13 12:49:19 -04:00
command.go APIv4 PUT /commands/{command_id} (#5999) 2017-04-07 10:06:09 -07:00
command_test.go APIv4 PUT /commands/{command_id} (#5999) 2017-04-07 10:06:09 -07:00
compliance.go Implement compliance endpoints for APIv4 (#5683) 2017-03-13 10:14:16 -04:00
context.go APIv4 PUT /commands/{command_id} (#5999) 2017-04-07 10:06:09 -07:00
context_test.go Adding functionality to get & delete incoming webhooks (#5648) 2017-03-11 19:40:56 -03:00
emoji.go implement GET /emoji for apiV4 (#6007) 2017-04-07 10:05:14 -07:00
emoji_test.go implement GET /emoji for apiV4 (#6007) 2017-04-07 10:05:14 -07:00
file.go PLT-5900 Removed automatic configuration of SiteURL (#5952) 2017-04-04 11:54:52 -04:00
file_test.go APIv4: GET /files/{file_id}/public (#5665) 2017-03-13 17:13:48 -04:00
ldap.go Implement admin LDAP endpoints for APIv4 (#5720) 2017-03-14 08:43:40 -04:00
ldap_test.go Implement admin LDAP endpoints for APIv4 (#5720) 2017-03-14 08:43:40 -04:00
params.go Implement GET /audits endpoint for APIv4 (#5779) 2017-03-21 09:06:08 -04:00
post.go APIv4 GET /users/{user_id}/posts/flagged (#5984) 2017-04-05 16:18:23 -04:00
post_test.go APIv4 GET /users/{user_id}/posts/flagged (#5984) 2017-04-05 16:18:23 -04:00
preference.go Implemented preferences endpoints for apiv4 (#5531) 2017-02-28 09:14:16 +00:00
preference_test.go Implemented preferences endpoints for apiv4 (#5531) 2017-02-28 09:14:16 +00:00
saml.go Implement SAML endpoints for APIv4 (#5671) 2017-03-13 12:26:23 +00:00
saml_test.go Implement SAML endpoints for APIv4 (#5671) 2017-03-13 12:26:23 +00:00
status.go [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) 2017-04-03 17:40:45 +01:00
status_test.go [APIV4] Implement PUT /users/{user_id}/status for apiV4 (#5928) 2017-04-03 17:40:45 +01:00
system.go Implement client config/license endpoints for APIv4 (#5867) 2017-03-27 09:19:53 -04:00
system_test.go Implement client config/license endpoints for APIv4 (#5867) 2017-03-27 09:19:53 -04:00
team.go PLT-6198: Use added to channel system message on default channels. (#5969) 2017-04-04 18:19:42 +01:00
team_test.go Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) 2017-04-03 21:32:09 -04:00
user.go PLT-5900 Removed automatic configuration of SiteURL (#5952) 2017-04-04 11:54:52 -04:00
user_test.go PLT-6162: Search for users not in a given team. (#5943) 2017-04-03 13:11:12 -04:00
webhook.go add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) 2017-03-23 12:50:06 +00:00
webhook_test.go add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) 2017-03-23 12:50:06 +00:00
websocket.go Move WebSocket API to it's own package and add websocket v4 endpoint (#5881) 2017-03-28 09:58:19 +01:00
websocket_test.go Move WebSocket API to it's own package and add websocket v4 endpoint (#5881) 2017-03-28 09:58:19 +01:00