Glossary coding Term Page

PATCH

an HTTP method used here to update only part of a record

patch #coding#fastapi
Korean version

Related Concepts

Core Idea

PATCH is an HTTP method used here to update only part of a record, like moving a task across statuses. It usually makes the most sense alongside CRUD, HTTP status 201/204, HTTPException.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept