* Adding query params documentation * Adding headers * Rename file * Added a few more descriptions and changed a few as well --------- Co-authored-by: kjac <kja@umbraco.dk>
11 lines
352 B
C#
11 lines
352 B
C#
namespace Umbraco.Cms.Api.Delivery.Configuration;
|
|
|
|
internal static class DeliveryApiConfiguration
|
|
{
|
|
internal const string ApiTitle = "Umbraco Delivery API";
|
|
|
|
internal const string ApiName = "delivery";
|
|
|
|
internal const string ApiDocumentationArticleLink = "https://docs.umbraco.com/umbraco-cms/v/12.latest/reference/content-delivery-api";
|
|
}
|