Skip to content

Latest commit

 

History

History
180 lines (93 loc) · 4.88 KB

ChannelsApi.md

File metadata and controls

180 lines (93 loc) · 4.88 KB

\ChannelsApi

All URIs are relative to http://localhost

Method HTTP request Description
delete_policy_channels_delete DELETE /channels/{id}
get_policy_channels_get GET /channels/{id}
get_policy_channels_get_all GET /channels
post_policy_channels_post POST /channels
post_policy_channels_test POST /channels/test
put_policy_channels_put PUT /channels/{id}

delete_policy_channels_delete

crate::models::PolicyChannelSchema delete_policy_channels_delete(id)

Parameters

Name Type Description Required Notes
id String [required]

Return type

crate::models::PolicyChannelSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_policy_channels_get

crate::models::PolicyChannelSchema get_policy_channels_get(id)

Parameters

Name Type Description Required Notes
id String [required]

Return type

crate::models::PolicyChannelSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_policy_channels_get_all

crate::models::PaginationSchema get_policy_channels_get_all()

Parameters

This endpoint does not need any parameter.

Return type

crate::models::PaginationSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

post_policy_channels_post

crate::models::PolicyChannelSchema post_policy_channels_post(request_body)

Parameters

Name Type Description Required Notes
request_body Option<PolicyChannelSchema>

Return type

crate::models::PolicyChannelSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

post_policy_channels_test

crate::models::PolicyChannelSchema post_policy_channels_test(request_body)

Parameters

Name Type Description Required Notes
request_body Option<PolicyChannelSchema>

Return type

crate::models::PolicyChannelSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

put_policy_channels_put

crate::models::PolicyChannelSchema put_policy_channels_put(id, request_body)

Parameters

Name Type Description Required Notes
id String [required]
request_body Option<PolicyChannelSchema>

Return type

crate::models::PolicyChannelSchema

Authorization

auth_token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]