How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Apache Struts resource API

Generic RESTful resource exposed by the Struts REST plugin

Apache Struts resource API is one of 2 APIs that Apache Struts publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Resource. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 4 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, http://{host}/{context}.

7 operations 4 paths 0 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Server
http://{host}/{context}
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Apache Struts resource API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (strutsInterceptor). By default, every request must be authenticated.

  • strutsInterceptor — The REST plugin does not define authentication itself; authentication is typically applied via standard Struts interceptors (HTTP Basic, form login, container-…

Paths & Operations 7

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

resource 7

Generic RESTful resource exposed by the Struts REST plugin

GET
/{resource}
List resources (index)
indexResources 1 param → 200
POST
/{resource}
Create a new resource
createResource 1 param body → 201
GET
/{resource}/new
Render form for a new resource (editNew)
editNewResource 1 param → 200
GET
/{resource}/{id}
Show a single resource by id
showResource 2 params → 200404
PUT
/{resource}/{id}
Update a single resource (update)
updateResource 2 params body → 200
DELETE
/{resource}/{id}
Delete a single resource (destroy)
destroyResource 2 params → 204
GET
/{resource}/{id}/edit
Render edit form for an existing resource (edit)
editResource 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

apache-struts-resource-api-openapi.yml Raw ↑

Other APIs Apache Struts publishes across the network.

Apache Struts REST Plugin
Where this information came from

This is an independent, third-party profile of Apache Struts resource API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.