Skip to content

Commit f075d0f

Browse files
committed
Add '204 Member deleted' response code
Add Spark response code ‘204 Member deleted’ to exceptions.SPARK_RESPONSE_CODES. This response code indicates that a DELETE request was successfully completed.
1 parent 41c760e commit f075d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ciscosparkapi/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
SPARK_RESPONSE_CODES = {
55
200: "OK",
6+
204: "Member deleted.",
67
400: "The request was invalid or cannot be otherwise served. An "
78
"accompanying error message will explain further.",
89
401: "Authentication credentials were missing or incorrect.",

0 commit comments

Comments
 (0)