sdks

Links an SDK language target to a github repository

post/v1/sdks/repository

Request body

uidstring required
language'typescript' | 'python' | 'cli' | 'csharp' | 'java' | 'ruby' | 'php' | 'go' | 'rust' | 'kotlin' | 'swift' | 'cpp' | 'dart' required
repositoryIdnumber required
baseBranchstring required
prereleaseTypestring

Response

Default Response

repostring required
branchstring required

Changes

Changed in 2 of the 16 revisions of this API.14

    • api operation id postv1SdksRepository removed and replaced with postV1SdksRepository

      api-operation-id-removed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 8586b0646aa313See the full diff
    • the response's body type/format changed from null/ to object/ for status 200

      response-body-type-changed

    • added the new optional request property prereleaseType

      new-optional-request-property

    • added the required property branch to the response with the 200 status

      response-required-property-added

    • added the required property repo to the response with the 200 status

      response-required-property-added