# Update a dataspace Update details of a specific dataspace. Requires authentication. Endpoint: PUT /accounts/{accountId}/dataspaces/{dataspaceId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `dataspaceId` (string, required) Short dataspace ID with sds- prefix Example: "sds-a1b2c3d4" ## Request fields (application/json): - `name` (string) Name of the dataspace Example: "Updated Research Project Dataspace" - `description` (string) Description of the dataspace Example: "Updated description for research documents dataspace" ## Response 200 fields (application/json): - `id` (string, required) Short dataspace ID with sds- prefix Example: "sds-a1b2c3d4" - `name` (string, required) Example: "Research Project Dataspace" - `description` (string, required) Example: "A dataspace for organizing research documents" - `ontologyId` (string, required) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" ## Response 400 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 401 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 403 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 404 fields (application/json): - `error` (string, required) Example: "An error occurred"