Repositories
Create or Update Repository
This will create a Repository, if it does not exist. A response of 200 means the repository already existed. A response of 201 means repository was successfully created.
put/accounts/{{account_id}}/repos/{repo_name}
Path parameters
account_idstring required
Video Cloud account ID.
repo_namestring required
The name of the repo.
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer access_token (see Getting Access Tokens)
Response
200 - (repo already exists)