<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n" -->

---
title: What’s New in OpenAPI Specification v3.2.0? | daily.dev
description: OpenAPI 3.2.0 introduces incremental but significant improvements to the API specification standard. Key updates include first-class support for streaming...
canonical: https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What’s New in OpenAPI Specification v3.2.0? | daily.dev
og:description: OpenAPI 3.2.0 introduces incremental but significant improvements to the API specification standard. Key updates include first-class support for streaming...
og:url: https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n
og:image: https://api.daily.dev/og/posts/ESSV2G99n.png
og:image:alt: What’s New in OpenAPI Specification v3.2.0?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What’s New in OpenAPI Specification v3.2.0?

**[Nordic APIs](https://daily.dev/sources/nordicapis)** · 7 min read · 56 upvotes · 0 comments

## Summary

OpenAPI 3.2.0 introduces incremental but significant improvements to the API specification standard. Key updates include first-class support for streaming media types (text/event-stream, application/jsonl) with schema definitions for individual stream items, hierarchical tag organization for better API navigation, support for extended HTTP methods including the QUERY method through additionalOperations, clarified path templating semantics for consistent routing across tools, clearer example semantics distinguishing data-level from serialized representations, and explicit OAuth 2.0 Device Authorization Flow support. These changes standardize patterns that previously required vendor extensions, making the specification more expressive for modern API designs while maintaining backward compatibility.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nordicapis.com/whats-new-in-openapi-specification-v3-2-0/>

## Similar posts on daily.dev

- [OpenAPI.NET: The Biggest Update Ever](https://daily.dev/posts/openapi-net-the-biggest-update-ever-6ww2r9niu) · DevBlogs · 45 upvotes · 0 comments
- [What’s New with APIs in .NET 10: Real Improvements](https://daily.dev/posts/what-s-new-with-apis-in-net-10-real-improvements-eq1nq18pb) · Telerik · 40 upvotes · 0 comments

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#rest-api](https://daily.dev/tags/rest-api), [#oauth](https://daily.dev/tags/oauth), [#openapi](https://daily.dev/tags/openapi)

[View this post on daily.dev](https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What’s New in OpenAPI Specification v3.2.0?","url":"https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n"},"datePublished":"2026-01-07T08:02:16.526Z","dateModified":"2026-01-07T08:02:38.044Z","description":"OpenAPI 3.2.0 introduces incremental but significant improvements to the API specification standard. Key updates include first-class support for streaming...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1a158459fe159ce650542c88abe200b0?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/1a158459fe159ce650542c88abe200b0?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"Nordic APIs","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Nordic APIs","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/957e9f265c5d475b89d078b558157031","url":"https://daily.dev/sources/nordicapis"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-s-new-in-openapi-specification-v3-2-0--essv2g99n","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":56},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,rest-api,oauth,openapi","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Nordic APIs","item":"https://daily.dev/sources/nordicapis"},{"@type":"ListItem","position":3,"name":"What’s New in OpenAPI Specification v3.2.0?"}]}
```

