CheckOut
put
/project/checkOutProject
Checkout a project
Request
Header Parameters
-
Authorization: string
OAuth token
Supported Media Types
- application/json
Root Schema : List<UpdateCheckinCheckout>
Type:
array
Title:
Show Source
List<UpdateCheckinCheckout>
-
Array of:
object UpdateCheckinCheckout
Title:
UpdateCheckinCheckout
Updating the checkin and checkout status of project
Nested Schema : UpdateCheckinCheckout
Type:
object
Title:
UpdateCheckinCheckout
Updating the checkin and checkout status of project
Show Source
-
ObjectId: integer
(int32)
The unique ID generated by the system.
Response
Supported Media Types
- application/json
201 Response
OK.
Root Schema : String
Type:
string
Title:
String
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.