Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Nov 7, 2024
1 parent e1ca2bf commit 5c8fb94
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14272,14 +14272,17 @@
],
"properties": {
"organization_name": {
"type": "string"
"type": "string",
"description": "Name of the organization"
},
"organization_details": {
"type": "object",
"description": "Details about the organization",
"nullable": true
},
"metadata": {
"type": "object",
"description": "Metadata is useful for storing additional, unstructured information on an object.",
"nullable": true
}
},
Expand All @@ -14288,27 +14291,31 @@
"OrganizationResponse": {
"type": "object",
"required": [
"organization_id",
"id",
"modified_at",
"created_at"
],
"properties": {
"organization_id": {
"id": {
"type": "string",
"description": "The unique identifier for the Organization",
"example": "org_q98uSGAYbjEwqs0mJwnz",
"maxLength": 64,
"minLength": 1
},
"organization_name": {
"type": "string",
"description": "Name of the Organization",
"nullable": true
},
"organization_details": {
"type": "object",
"description": "Details about the organization",
"nullable": true
},
"metadata": {
"type": "object",
"description": "Metadata is useful for storing additional, unstructured information on an object.",
"nullable": true
},
"modified_at": {
Expand All @@ -14326,14 +14333,17 @@
"properties": {
"organization_name": {
"type": "string",
"description": "Name of the organization",
"nullable": true
},
"organization_details": {
"type": "object",
"description": "Details about the organization",
"nullable": true
},
"metadata": {
"type": "object",
"description": "Metadata is useful for storing additional, unstructured information on an object.",
"nullable": true
}
},
Expand Down

0 comments on commit 5c8fb94

Please sign in to comment.