EX-B1-09 · Diff conceptual entre v1.0 y v1.1 --- v1.0 +++ v1.1 propuesta - GET /records/{record_id} + GET /record/{id} - Parámetro record_id: type integer, required true, in path + Parámetro id: type string, required true, in path Schema Record: required: - id - title + - owner_id properties: id: - type: integer + type: string title: type: string + owner_id: + type: string + archived_at: + type: [string, "null"] + format: date-time Responses de consulta individual: "200": - Schema Record + Schema Record o null - "404": - Schema Problem + "429": + Schema Problem Descripción: - "Devuelve un registro." + "Devuelve un registro. Puede aplicar limitación de frecuencia." Analiza cada cambio por separado y también su efecto combinado.