Skip to main content
Skip table of contents

Use Congrats REST Api with cURL

The Congrats field value for a specific user can be updated by the following cURL command:

CODE
curl -H "X-Atlassian-Token: nocheck" -H "Accept: application/json" -k -u admin:password http://localhost:6710/rest/congrats/1.0/fields/1/value -X POST -d 'username=targetUserName' -d 'date=1981-04-25'

Congrats REST API

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.