Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ReasonBlocks Pattern Library API

The Pattern Library API from ReasonBlocks — 2 operation(s) for pattern library.

ReasonBlocks Pattern Library API is one of 9 APIs that ReasonBlocks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pattern Library. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 3 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://rb-api.reasonblocks.com.

3 operations 2 paths 3 schemas 1 DELETE1 GET1 PATCH

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://rb-api.reasonblocks.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ReasonBlocks Pattern Library API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 PATCH. Each is listed below with its method, path, parameters, and response codes.

Pattern Library 3
GET
/v1/library/patterns
List Patterns
list_patterns_v1_library_patterns_get 4 params → 200422
DELETE
/v1/library/patterns/{tier}/{pattern_id}
Delete Pattern
delete_pattern_v1_library_patterns__tier___pattern_id__delete 4 params → 200422
PATCH
/v1/library/patterns/{tier}/{pattern_id}
Patch Pattern
patch_pattern_v1_library_patterns__tier___pattern_id__patch 4 params body → 200422

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ValidationError (5 properties), PatternPatch (1 property), HTTPValidationError (1 property). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
PatternPatch
object
Free-form payload patch. Whitelisted in the service to prevent overwriting structural keys (patternid, tier, customerid).
1 property
ValidationError
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reasonblocks-pattern-library-api-openapi.yml Raw ↑

Other APIs ReasonBlocks publishes across the network.

ReasonBlocks Billing API
ReasonBlocks Codebase Findings API
ReasonBlocks Health API
ReasonBlocks monitor API
ReasonBlocks Monitor Telemetry API
ReasonBlocks Monitors API
ReasonBlocks Patterns & Traces API
ReasonBlocks Scoring API