1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-11 22:03:17 +00:00

update swagger spec

This commit is contained in:
Kyle Spearrin
2019-03-12 10:47:45 -04:00
parent 362222c87b
commit 10171fd74e

View File

@@ -633,6 +633,13 @@
"items": { "items": {
"$ref": "#/definitions/AssociationWithPermissionsResponseModel" "$ref": "#/definitions/AssociationWithPermissionsResponseModel"
} }
},
"externalId": {
"description": "External identifier for reference or linking this collection to another system.",
"maxLength": 300,
"minLength": 0,
"type": "string",
"example": "external_id_123456"
} }
} }
}, },
@@ -665,6 +672,13 @@
"items": { "items": {
"$ref": "#/definitions/AssociationWithPermissionsRequestModel" "$ref": "#/definitions/AssociationWithPermissionsRequestModel"
} }
},
"externalId": {
"description": "External identifier for reference or linking this collection to another system.",
"maxLength": 300,
"minLength": 0,
"type": "string",
"example": "external_id_123456"
} }
} }
}, },
@@ -933,7 +947,7 @@
"type": "boolean" "type": "boolean"
}, },
"externalId": { "externalId": {
"description": "External identifier linking this group to another system, such as a user directory.", "description": "External identifier for reference or linking this group to another system, such as a user directory.",
"maxLength": 300, "maxLength": 300,
"minLength": 0, "minLength": 0,
"type": "string", "type": "string",
@@ -968,7 +982,7 @@
"type": "boolean" "type": "boolean"
}, },
"externalId": { "externalId": {
"description": "External identifier linking this group to another system, such as a user directory.", "description": "External identifier for reference or linking this group to another system, such as a user directory.",
"maxLength": 300, "maxLength": 300,
"minLength": 0, "minLength": 0,
"type": "string", "type": "string",
@@ -1076,7 +1090,7 @@
"type": "boolean" "type": "boolean"
}, },
"externalId": { "externalId": {
"description": "External identifier linking this member to another system, such as a user directory.", "description": "External identifier for reference or linking this member to another system, such as a user directory.",
"maxLength": 300, "maxLength": 300,
"minLength": 0, "minLength": 0,
"type": "string", "type": "string",
@@ -1115,7 +1129,7 @@
"type": "boolean" "type": "boolean"
}, },
"externalId": { "externalId": {
"description": "External identifier linking this member to another system, such as a user directory.", "description": "External identifier for reference or linking this member to another system, such as a user directory.",
"maxLength": 300, "maxLength": 300,
"minLength": 0, "minLength": 0,
"type": "string", "type": "string",
@@ -1187,7 +1201,7 @@
"type": "boolean" "type": "boolean"
}, },
"externalId": { "externalId": {
"description": "External identifier linking this member to another system, such as a user directory.", "description": "External identifier for reference or linking this member to another system, such as a user directory.",
"maxLength": 300, "maxLength": 300,
"minLength": 0, "minLength": 0,
"type": "string", "type": "string",