com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Authenticate Credentials via the Publisher REST API
Overview
Description | Authenticate user credentials. WSO2 ES generates a session ID after authenticating the user credentials. Always pass the session ID when carrying out REST API calls in ES. |
Resource Path | /authenticate |
URL | /publisher/apis/authenticate |
HTTP Method | POST |
Request
Response
Response format
{"data" : {"sessionId" : "<SESSION_ID>"}}
Sample response
{"data" : {"sessionId" : "A38510672918D3EDB4039667DBFA6DCD"}}
HTTP status codes
Response | HTTP Status codes |
---|---|
Success | 100, 200 |
Error | 400, 401, 500, 501 |
For more information on the status codes, see HTTP Status Codes.
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.