Liking cljdoc? Tell your friends :D

pager-duty-api.api.teams


teams-getclj

(teams-get)
(teams-get optional-params)

List teams List teams of your PagerDuty account, optionally filtered by a search query.

List teams
List teams of your PagerDuty account, optionally filtered by a search query.
raw docstring

teams-get-with-http-infoclj

(teams-get-with-http-info)
(teams-get-with-http-info {:keys [query]})

List teams List teams of your PagerDuty account, optionally filtered by a search query.

List teams
List teams of your PagerDuty account, optionally filtered by a search query.
raw docstring

teams-id-deleteclj

(teams-id-delete id)

Delete a team Remove an existing team.

Delete a team
Remove an existing team.
raw docstring

teams-id-delete-with-http-infoclj

(teams-id-delete-with-http-info id)

Delete a team Remove an existing team.

Delete a team
Remove an existing team.
raw docstring

teams-id-escalation-policies-escalation-policy-id-deleteclj

(teams-id-escalation-policies-escalation-policy-id-delete id
                                                          escalation-policy-id)

Remove an escalation policy from a team Remove an escalation policy from a team.

Remove an escalation policy from a team
Remove an escalation policy from a team.
raw docstring

teams-id-escalation-policies-escalation-policy-id-delete-with-http-infoclj

(teams-id-escalation-policies-escalation-policy-id-delete-with-http-info
  id
  escalation-policy-id)

Remove an escalation policy from a team Remove an escalation policy from a team.

Remove an escalation policy from a team
Remove an escalation policy from a team.
raw docstring

teams-id-escalation-policies-escalation-policy-id-putclj

(teams-id-escalation-policies-escalation-policy-id-put id escalation-policy-id)

Add an escalation policy to a team Add an escalation policy to a team.

Add an escalation policy to a team
Add an escalation policy to a team.
raw docstring

teams-id-escalation-policies-escalation-policy-id-put-with-http-infoclj

(teams-id-escalation-policies-escalation-policy-id-put-with-http-info
  id
  escalation-policy-id)

Add an escalation policy to a team Add an escalation policy to a team.

Add an escalation policy to a team
Add an escalation policy to a team.
raw docstring

teams-id-getclj

(teams-id-get id)

Get a team Get details about an existing team.

Get a team
Get details about an existing team.
raw docstring

teams-id-get-with-http-infoclj

(teams-id-get-with-http-info id)

Get a team Get details about an existing team.

Get a team
Get details about an existing team.
raw docstring

teams-id-putclj

(teams-id-put id)
(teams-id-put id optional-params)

Update a team Update an existing team.

Update a team
Update an existing team.
raw docstring

teams-id-put-with-http-infoclj

(teams-id-put-with-http-info id)
(teams-id-put-with-http-info id {:keys [inline-object-28]})

Update a team Update an existing team.

Update a team
Update an existing team.
raw docstring

teams-id-users-user-id-deleteclj

(teams-id-users-user-id-delete id user-id)

Remove a user from a team Remove a user from a team.

Remove a user from a team
Remove a user from a team.
raw docstring

teams-id-users-user-id-delete-with-http-infoclj

(teams-id-users-user-id-delete-with-http-info id user-id)

Remove a user from a team Remove a user from a team.

Remove a user from a team
Remove a user from a team.
raw docstring

teams-id-users-user-id-putclj

(teams-id-users-user-id-put id user-id)

Add a user to a team Add a user to a team. Attempting to add a user with the read_only_user role will return a 400 error.

Add a user to a team
Add a user to a team. Attempting to add a user with the `read_only_user` role will return a 400 error.
raw docstring

teams-id-users-user-id-put-with-http-infoclj

(teams-id-users-user-id-put-with-http-info id user-id)

Add a user to a team Add a user to a team. Attempting to add a user with the read_only_user role will return a 400 error.

Add a user to a team
Add a user to a team. Attempting to add a user with the `read_only_user` role will return a 400 error.
raw docstring

teams-postclj

(teams-post)
(teams-post optional-params)

Create a team Create a new team.

Create a team
Create a new team.
raw docstring

teams-post-with-http-infoclj

(teams-post-with-http-info)
(teams-post-with-http-info {:keys [inline-object-27]})

Create a team Create a new team.

Create a team
Create a new team.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close