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

ACI.dev app-configurations API

The app-configurations API from ACI.dev — 2 operation(s) for app-configurations.

ACI.dev app-configurations API is one of 4 APIs that ACI.dev publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include app-configurations. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.

This API exposes 5 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1-beta.3.

Requests are made against a single base URL, https://api.aci.dev.

5 operations 2 paths 6 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1-beta.3
Server
https://api.aci.dev
Authentication
API Key
Contact
License
Resource Areas
1

Authentication & Security 1

ACI.dev app-configurations API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-KEY (APIKeyHeader).

  • APIKeyHeader — API key for authentication

Paths & Operations 5

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

app-configurations 5
POST
/v1/app-configurations
Create App Configuration
app-configurations-create_app_configuration body → 200422
GET
/v1/app-configurations
List App Configurations
app-configurations-list_app_configurations 3 params → 200422
GET
/v1/app-configurations/{app_name}
Get App Configuration
app-configurations-get_app_configuration 1 param → 200422
DELETE
/v1/app-configurations/{app_name}
Delete App Configuration
app-configurations-delete_app_configuration 1 param → 200422
PATCH
/v1/app-configurations/{app_name}
Update App Configuration
app-configurations-update_app_configuration 1 param body → 200422

Schemas 6

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

AppConfigurationUpdate
object
5 properties
ValidationError
object
3 properties 3 required
AppConfigurationCreate
object
Create a new app configuration “allfunctionsenabled=True” → ignore enabledfunctions. “allfunctionsenabled=False” AND non-empty enabledfunctions → selectively e…
5 properties 2 required
SecurityScheme
string
security scheme type for an app (or function if support override)
AppConfigurationPublic
object
10 properties 10 required
HTTPValidationError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

aci-dev-app-configurations-api-openapi.yml Raw ↑

Other APIs ACI.dev publishes across the network.

ACI.dev apps API
ACI.dev functions API
ACI.dev linked-accounts API