1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# The contents of this file are subject to the terms of the Common Development and
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# Distribution License (the License). You may not use this file except in compliance with the
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# License.
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts#
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# specific language governing permission and limitations under the License.
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts#
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# When distributing Covered Software, include this CDDL Header Notice in each file and include
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# Header, with the fields enclosed by brackets [] replaced by your own identifying
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# information: "Portions copyright [year] [name of copyright owner]".
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts#
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts# Copyright 2014 ForgeRock AS.
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottsopenam-rest-apis-service-description=REST APIs
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottsa101=Default Version
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa101a=Latest
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa101b=Oldest
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa101c=None
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottsa101.help=The API version to use when the REST request does not specify a desired version
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottsa101.help.txt=\
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid LunaLatest: If an explicit version is not specified the most up-to-date version of an API should be used.<br/>\
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts<br/>\
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid LunaOldest: If an explicit version is not specified the oldest supported version of an API should be used. Note, \
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottssince APIs may be deprecated and fall out of support, the oldest supported version may not be the first version.<br/>\
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpotts<br/>\
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid LunaNone: If an explicit version is not specified in the request, it will not be defaulted. The result is that the \
1ee783dff2267bdf24897d2d3d708f4669275293James Phillpottsrequest will not be handled and an error status will be returned.
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa102=Warning Header
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa102a=Enabled
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa102b=Disabled
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Lunaa102.help=Whether to include a warning header in the response to a request which fails to include the \
bd1b897bef3387513ec9d979d6a6984fdf13a3abDavid Luna Accept-API-Version header.