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

# Head webappstypeadminconfigs war



## OpenAPI

````yaml /api-reference/4.2/service-webapps-admin.json head /webapps/type/admin/configs/{id}/war
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service webapps-admin
servers:
  - url: /api/apollo/
security: []
tags:
  - name: webapps-admin
paths:
  /webapps/type/admin/configs/{id}/war:
    head:
      tags:
        - 4.2 Webapps Admin API
      operationId: getWarMetadata
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: string
      responses:
        default:
          description: successful operation

````