-
I did not success to create a connected projet (to a github project) with the webapi. I see that the site use another endpoint for that (a form one): https://ORG.testspace.com/projects/connected It is really possible to define connected projet with the webapi ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, there is a way to create a connected project via the API. Notice it is not documented at this time, but is stable and safe to use... Using the https://help.testspace.com/reference/web-api#create-a-project end point simple pass an extra
where |
Beta Was this translation helpful? Give feedback.
Yes, there is a way to create a connected project via the API. Notice it is not documented at this time, but is stable and safe to use...
Using the https://help.testspace.com/reference/web-api#create-a-project end point simple pass an extra
source_repo
argument formatted as:where
owner/repo
is your GitHub repo's full-name.