16 lines
798 B
PHP
16 lines
798 B
PHP
<?php
|
|
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
|
|
$messages = [
|
|
'customButtonDescription' => 'RESTful JSON API',
|
|
'linkAPIOverview' => 'REST API Detailed Overview',
|
|
'linkAPIReference' => 'API Reference and Playground',
|
|
'linkSwaggerScheme' => 'Swagger Scheme (Deprecated)',
|
|
'linkOpenAPIScheme' => 'OpenAPI 3.0 Scheme',
|
|
'pageTitle' => 'Remote API (REST)',
|
|
'pageDescription' => 'You interact with Plesk via REST API by sending API requests in the form of HTTP requests. REST API is based on OpenAPI Specification 3.0 (formerly Swagger Specification).',
|
|
'textExampleQuery' => 'Example of the query using Curl',
|
|
'textExampleResponse' => 'Example of JSON response',
|
|
'titleExample' => 'API Call Example',
|
|
'titleLinks' => 'Links',
|
|
];
|