Update to python SDK docs: 13820107626

This commit is contained in:
developer-relations-sp
2025-03-12 19:41:45 +00:00
parent 184517209d
commit 113200f5fe
221 changed files with 8723 additions and 7883 deletions

View File

@@ -8999,13 +8999,14 @@
label: SDK_tools/sdk/python/v3/methods/work-items#complete-work-item
source: |
id = 'ef38f94347e94562b5bb8424a56397d8' # str | The ID of the work item # str | The ID of the work item
body = 'body_example' # str | Body is the request payload to create form definition request (optional) # str | Body is the request payload to create form definition request (optional)
try:
# Complete a Work Item
api_response = api_instance.complete_work_item(id)
api_response = api_instance.complete_work_item(id, )
# Below is a request that includes all optional parameters
# api_response = api_instance.complete_work_item(id)
# api_response = api_instance.complete_work_item(id, Result)
print("The response of WorkItemsApi->complete_work_item:\n")
pprint(api_response)
except Exception as e: