OpenAPI-Specifications
OpenAPI-Specifications copied to clipboard
The official Docusign REST APIs Swagger Specifications
SignatureAPI - Settings schema doesn't include accountMangementGranular Example request/response from Docusign GET https://demo.docusign.net/restapi/v2.1/accounts/{account_id_here}/permission_profiles?include=user_count, closed_users, account_management, metadata ``` { "permissionProfiles": [ { "permissionProfileId": "13057704", "permissionProfileName": "Account Administrator", "modifiedDateTime": "2022-05-19T18:03:21.7170000Z", "modifiedByUsername": "",...
['reserved_domains']['items']['properties']['settings']['items']['properties']['value'] doesn't have the correct type listed https://github.com/docusign/OpenAPI-Specifications/blob/master/admin.rest.swagger-v2.json#L2884 describes the json object as an object. We are seeing some boolean values here. We're going to assume this value can actually...
userSocialIdResult and newAccountDefinition have a field name "socialAccountInformation" that references "#/definitions/UserSocialAccountLogins". This object does not exist. ```json "newAccountDefinition": { "type": "object", "properties": { ... "socialAccountInformation": { "$ref": "#/definitions/UserSocialAccountLogins", "description": "Contains...
Hello, It appears the ApiClient object is missing from the definitions. More Specifically because [swagger](https://raw.githubusercontent.com/docusign/eSign-OpenAPI-Specification/master/esignature.rest.swagger-v2.1.json) doesn't contain the ApiClient object, I don't see any actual way of authenticating the requests...
The description for `Envelopes - Update - reminderEnabled` says: > When set to true, the envelope expires and is no longer available for signing after the specified number of days....
Definitions with an x-ds-definition-name value of "recipients" have an incorrect description for the recipientCount field. It is currently read `"description": "The list of recipient event statuses that will trigger Connect...
radioGroup definition contains a field name "tooltipMetadata". All other tabs have this field name "toolTipMetadata".